PdfBookmarkVisitor Constructor (PdfBookmarkTree, Boolean) |
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfBookmarkVisitor(
PdfBookmarkTree tree,
bool depthFirst
)
Public Sub New (
tree As PdfBookmarkTree,
depthFirst As Boolean
)
Parameters
- tree
- Type: Atalasoft.PdfDocPdfBookmarkTree
The PdfBookmarkTree to visit. - depthFirst
- Type: SystemBoolean
if set to true visit the tree in depth-first order, otherwise search breatdth first.
See Also