Click or drag to resize

PdfBookmarkVisitor Constructor (PdfBookmarkTree, Boolean, PdfBookmarkVisitorPredicate)

Initializes a new instance of the PdfBookmarkVisitor class.

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,
	PdfBookmarkVisitorPredicate predicate
)

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.
predicate
Type: Atalasoft.PdfDocPdfBookmarkVisitorPredicate
The predicate to determine if a PdfBookmark should be included in the results.
Exceptions
ExceptionCondition
ArgumentNullExceptiontree
See Also