PdfEncoderBookmarkTree Property |
Gets or sets the PDF bookmark tree that will be used with this document.
Default value is null (no tree).
Namespace:
Atalasoft.Imaging.Codec.Pdf
Assembly:
Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic PdfBookmarkTree BookmarkTree { get; set; }Public Property BookmarkTree As PdfBookmarkTree
Get
Set
Property Value
Type:
PdfBookmarkTree
See Also