Enum LayoutOptions
Represents the layout of the output document.
Namespace: Syncfusion.ExcelToPdfConverter
Assembly: Syncfusion.ExcelToPDFConverter.Base.dll
Syntax
public enum LayoutOptions
Fields
| Name | Description |
|---|---|
| Automatic | Print sheets at their actual size. The default value is NoScaling. |
| CustomScaling | Print sheets at specified scaling option. |
| FitAllColumnsOnOnePage | Renders all columns in one page. |
| FitAllRowsOnOnePage | Renders all rows in one page. |
| FitSheetOnOnePage | Renders the sheet in one page. |
| NoScaling | Print sheets at their actual size. |