menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DocumentViewType

    Specifies the view type.

    Inheritance
    System.Object
    DocumentViewType
    Namespace: Syncfusion.DocIO
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class DocumentViewType : Enum

    Fields

    None

    Specifies that the document will be rendered in the default view of the application.

    Declaration
    public const DocumentViewType None
    Field Value
    Type
    DocumentViewType

    NormalLayout

    Document appears with a dotted line separating the pages and/or document sections. Columns, drawings, headers/footers, footnotes/endnotes, and comments do not appear.

    Declaration
    public const DocumentViewType NormalLayout
    Field Value
    Type
    DocumentViewType

    OutlineLayout

    Shows the headings and subheadings in the word document.

    Declaration
    public const DocumentViewType OutlineLayout
    Field Value
    Type
    DocumentViewType

    PrintLayout

    Everything that will appear in the printed document appears on the screen.

    Declaration
    public const DocumentViewType PrintLayout
    Field Value
    Type
    DocumentViewType

    WebLayout

    Designed to show the word document will look as a web page.

    Declaration
    public const DocumentViewType WebLayout
    Field Value
    Type
    DocumentViewType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved