Class PDFLayoutSettings
Represents possible PDF LayoutSettings
Inheritance
System.Object
PDFLayoutSettings
Namespace: Syncfusion.EJ2.Spreadsheet
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
public class PDFLayoutSettings : Object
Constructors
PDFLayoutSettings()
Declaration
public PDFLayoutSettings()
Properties
FitSheetOnOnePage
Represents FitSheetOnOnePage layout option.
Declaration
public bool FitSheetOnOnePage { get; set; }
Property Value
Type | Description |
---|---|
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 | Description |
---|---|
Syncfusion.XlsIO.ExcelPageOrientation |