WordBookmarksType Enum
Represents the type of bookmarks from word document for convertion to PDF bookmarks.
public enum WordBookmarksType
Public Enum WordBookmarksType
Inheritance: ObjectValueTypeEnumWordBookmarksType
Fields
WordBookmarksType.Headings | 1 | Create a bookmark in the converted document for each Microsoft Word heading, which includes only headings within the main document and text boxes not within headers, footers, endnotes, footnotes, or comments. |
WordBookmarksType.None | 0 | No bookmark will be converted. |
WordBookmarksType.Words | 2 | Create a bookmark in the converted document for each Word bookmark (words in the document which were bookmarked), which includes all bookmarks except those contained within headers and footers. |
Licensing Info
This enum is a DynamicPDF Converter feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Converter selected.
- A DynamicPDF Converter for .NET v3.X Developer license.