PdfBookmarkVisitorPredicate Delegate |
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
)
Public Delegate Function Predicate (
mark As PdfBookmark
) As Boolean
Parameters
- mark
- Type: Atalasoft.PdfDocPdfBookmark
The bookmark.
Return Value
Type:
Boolean if the
PdfBookmark should be included in the results,
otherwise
Examples A predicate to return all
PdfBookmark objects that have no action associated with them.
See Also