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. |
PageType | Specifies the type of page (e.g., A4, Letter) for file export. |
UnitType | Specifies the unit of measurement (e.g., inches, millimeters) for page dimensions and margins. |
IsChanged | Indicates whether the page size options have been modified. |
PageHeight | The height of the page in the specified unit type. |
PageWidth | The width of the page in the specified unit type. |
EnableCustomPageSize | Indicates whether custom page size is enabled for file export. |
TopMargin | The top margin of the page in the specified unit type. |
RightMargin | The right margin of the page in the specified unit type. |
LeftMargin | The left margin of the page in the specified unit type. |