Class ExportBookmarkType
Specifies the bookmark type to be considered while converting a Word document to PDF.
Inheritance
System.Object
ExportBookmarkType
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class ExportBookmarkType : Enum
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
Bookmarks
Creates a bookmark in the exported document for each Word bookmark. This is the Default ExportBookmarkType.
Declaration
public const ExportBookmarkType Bookmarks
Field Value
Type |
---|
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.
Declaration
public const ExportBookmarkType Headings
Field Value
Type |
---|
ExportBookmarkType |
None
Creates no bookmark in the converted PDF document.
Declaration
public const ExportBookmarkType None
Field Value
Type |
---|
ExportBookmarkType |