menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LayoutOptions - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LayoutOptions

    Represents the layout of the output document.

    Inheritance
    System.Object
    LayoutOptions
    Namespace: Syncfusion.XlsIORenderer
    Assembly: Syncfusion.XlsIORenderer.Portable.dll
    Syntax
    public sealed class LayoutOptions : Enum

    Fields

    Automatic

    Print sheets at their actual size. The default value is NoScaling.

    Declaration
    public const LayoutOptions Automatic
    Field Value
    Type
    LayoutOptions

    CustomScaling

    Print sheets at specified scaling option.

    Declaration
    public const LayoutOptions CustomScaling
    Field Value
    Type
    LayoutOptions

    FitAllColumnsOnOnePage

    Renders all columns in one page.

    Declaration
    public const LayoutOptions FitAllColumnsOnOnePage
    Field Value
    Type
    LayoutOptions

    FitAllRowsOnOnePage

    Renders all rows in one page.

    Declaration
    public const LayoutOptions FitAllRowsOnOnePage
    Field Value
    Type
    LayoutOptions

    FitSheetOnOnePage

    Renders the sheet in one page.

    Declaration
    public const LayoutOptions FitSheetOnOnePage
    Field Value
    Type
    LayoutOptions

    NoScaling

    Print sheets at their actual size.

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