Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutType

    Show / Hide Table of Contents

    Class LayoutType

    Specifies the layout type.

    Inheritance
    System.Object
    LayoutType
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.DocumentEditor.dll
    Syntax
    public sealed class LayoutType : Enum

    Fields

    Continuous

    Document content is rendered continuously on a single page, similar to the Web layout view of Microsoft Word.

    Declaration
    public const LayoutType Continuous
    Field Value
    Type Description
    LayoutType

    Pages

    Document content is rendered sequentially in several pages, similar to the Print layout view of Microsoft Word.

    Declaration
    public const LayoutType Pages
    Field Value
    Type Description
    LayoutType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved