Click or drag to resize

PdfBookmarkVisitorPredicate Delegate

A predicate that is used determine if a PdfBookmark should be included in the results of visiting a PdfBookmarkTree.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate bool Predicate(
	PdfBookmark mark
)

Parameters

mark
Type: Atalasoft.PdfDocPdfBookmark
The bookmark.

Return Value

Type: Boolean
true
if the PdfBookmark should be included in the results,
false
otherwise
Examples
A predicate to return all PdfBookmark objects that have no action associated with them.
See Also