IFileExportPageSizeOptions Properties
An object defining properties for the IFileExportPageSizeOptions class.
GeneralIsChanged
Indicates whether any general changes have been made to the options.
Type: bool
BottomMargin
The bottom margin of the page in the specified unit type.
Type: int
PageType
Specifies the type of page (e.g., A4, Letter) for file export.
Type: string
UnitType
Specifies the unit of measurement (e.g., inches, millimeters) for page dimensions and margins.
Type: string
IsChanged
Indicates whether the page size options have been modified.
Type: bool
PageHeight
The height of the page in the specified unit type.
Type: int
PageWidth
The width of the page in the specified unit type.
Type: int
EnableCustomPageSize
Indicates whether custom page size is enabled for file export.
Type: bool
TopMargin
The top margin of the page in the specified unit type.
Type: int
RightMargin
The right margin of the page in the specified unit type.
Type: int
LeftMargin
The left margin of the page in the specified unit type.
Type: int