Class LayoutOptions
Represents the layout of the output document.
Inheritance
System.Object
LayoutOptions
Namespace: Syncfusion.ExcelToPdfConverter
Assembly: Syncfusion.ExcelToPDFConverter.Base.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 |