Skip to main content

IFileExportPageSizeOptions

The IFileExportPageSizeOptions interface defines properties for configuring page size and margins for file export operations, along with flags to track changes.

Properties

NameDescription
GeneralIsChangedIndicates whether any general changes have been made to the options.
BottomMarginThe bottom margin of the page in the specified unit type.
PageTypeSpecifies the type of page (e.g., A4, Letter) for file export.
UnitTypeSpecifies the unit of measurement (e.g., inches, millimeters) for page dimensions and margins.
IsChangedIndicates whether the page size options have been modified.
PageHeightThe height of the page in the specified unit type.
PageWidthThe width of the page in the specified unit type.
EnableCustomPageSizeIndicates whether custom page size is enabled for file export.
TopMarginThe top margin of the page in the specified unit type.
RightMarginThe right margin of the page in the specified unit type.
LeftMarginThe left margin of the page in the specified unit type.