IFileExportOptions
The IFileExportOptions interface defines properties for configuring file export settings, including page options, watermark options, security settings, and additional parameters required for exporting files in workflows.
Properties
| Name | Description |
|---|---|
| PageHeaderOptions | Defines the options for the page header in the exported file. |
| GeneralIsChanged | Indicates whether any general changes have been made to the export options. |
| DocumentProperties | Defines the general properties of the document to be exported. |
| ConstantDocumentId | Specifies a constant document ID used during the export process. |
| PageFooterOptions | Defines the options for the page footer in the exported file. |
| SaveOptions | Specifies the save options for the exported file. |
| PageSizeOptions | Defines the page size options for the exported file. |
| BeginFromNewPage | Indicates whether the export should begin from a new page. |
| Documents | Specifies the list of documents to be included in the file export. |
| CreatorObjectName | Specifies the name of the creator object associated with the file export. |
| PageNumberOptions | Defines the page number options for the exported file. |
| ExternalParameters | Specifies additional external parameters required during the export process. |
| WatermarkOptions | Specifies the watermark options for the exported file. |
| ShowPageBorder | Specifies whether a border should be displayed around each page in the exported file. |
| IsChanged | Indicates whether the export options have been modified. |
| SecurityOptions | Defines the security options for the exported file. |
| EnableImpersonation | Indicates whether impersonation is enabled for the file export. |