Skip to main content

IFileExportOptions Properties

An object defining properties for the IFileExportOptions class.

BeginFromNewPage

Indicates whether the export should begin from a new page.

Type: bool


DocumentProperties

Defines the general properties of the document to be exported.

Type: IFileGeneralOptions


SaveOptions

Specifies the save options for the exported file.

Type: IFileSaveOptions


GeneralIsChanged

Indicates whether any general changes have been made to the export options.

Type: bool


PageHeaderOptions

Defines the options for the page header in the exported file.

Type: IFileSectionOptions


PageFooterOptions

Defines the options for the page footer in the exported file.

Type: IFileSectionOptions


ExternalParameters

Specifies additional external parameters required during the export process.

Type: Dictionary<string, object>


IsChanged

Indicates whether the export options have been modified.

Type: bool


ShowPageBorder

Specifies whether a border should be displayed around each page in the exported file.

Type: bool


PageSizeOptions

Defines the page size options for the exported file.

Type: IFileExportPageSizeOptions


SecurityOptions

Defines the security options for the exported file.

Type: IFileSecurityOptions


ConstantDocumentId

Specifies a constant document ID used during the export process.

Type: long?


WatermarkOptions

Specifies the watermark options for the exported file.

Type: IFileWatermarkOptions


EnableImpersonation

Indicates whether impersonation is enabled for the file export.

Type: bool


PageNumberOptions

Defines the page number options for the exported file.

Type: IFilePageNumberOptions


Documents

Specifies the list of documents to be included in the file export.

Type: List<IDocument>


CreatorObjectName

Specifies the name of the creator object associated with the file export.

Type: string