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 |