menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportBookmarkType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved