menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PDFLayoutSettings

    Represents possible PDF LayoutSettings

    Inheritance
    System.Object
    PDFLayoutSettings
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.Spreadsheet.dll
    Syntax
    public class PDFLayoutSettings

    Constructors

    PDFLayoutSettings()

    Declaration
    public PDFLayoutSettings()

    Properties

    FitSheetOnOnePage

    Represents FitSheetOnOnePage layout option.

    Declaration
    public bool FitSheetOnOnePage { get; set; }
    Property Value
    Type
    System.Boolean

    Orientation

    Specify the orientation for PDF exporting. By default, PDF is created in Portrait orientation. Possible values are: Portrait - Used to display content in a vertical layout. Landscape - Used to display content in a horizontal layout.

    Declaration
    public ExcelPageOrientation Orientation { get; set; }
    Property Value
    Type
    Syncfusion.XlsIO.ExcelPageOrientation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved