IFileExportPageSizeOptions
The IFileExportPageSizeOptions interface defines properties for configuring page size and margins for file export operations, along with flags to track changes.
Properties
| Name | Description |
|---|---|
| GeneralIsChanged | Indicates whether any general changes have been made to the options. |
| BottomMargin | The bottom margin of the page in the specified unit type. |
| RightMargin | The right margin of the page in the specified unit type. |
| PageHeight | The height of the page in the specified unit type. |
| PageWidth | The width of the page in the specified unit type. |
| UnitType | Specifies the unit of measurement (e.g., inches, millimeters) for page dimensions and margins. |
| EnableCustomPageSize | Indicates whether custom page size is enabled for file export. |
| PageType | Specifies the type of page (e.g., A4, Letter) for file export. |
| LeftMargin | The left margin of the page in the specified unit type. |
| IsChanged | Indicates whether the page size options have been modified. |
| TopMargin | The top margin of the page in the specified unit type. |