Enum ExportBookmarkType
Specifies the bookmark type to be considered while converting a Word document to PDF.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
[Flags]
public enum ExportBookmarkType
Remarks
This property is applicable only for Word to PDF conversion in Windows Forms, WPF, ASP.NET Web, ASP.NET MVC, ASP.NET Core and Xamarin platforms.
Fields
Name | Description |
---|---|
Bookmarks | Creates a bookmark in the exported document for each Word bookmark. This is the Default ExportBookmarkType. |
Headings | Creates a bookmark in the exported document for each Microsoft Office Word heading, which includes only headings within the main document and text boxes not within headers, footers, endnotes, footnotes, or comments. |
None | Creates no bookmark in the converted PDF document. |