PdfBookmarkCreation Enum |
Docentric Toolkit Help
Send Feedback |
Specifies how to create bookmarks in the saved PDF document.
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public enum PdfBookmarkCreation
Member name | Description |
---|---|
FromDocumentBookmarks | The bookmarks will be created from the Bookmarks defined in the saving Document. |
FromParagraphOutlines | The bookmarks will be created from the Paragraph outlines (using ParagraphFormat. OutlineLevel values). |
None | No bookmarks will be created in the saved PDF document. |