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 |
---|---|
BeginFromNewPage | Indicates whether the export should begin from a new page. |
DocumentProperties | Defines the general properties of the document to be exported. |
SaveOptions | Specifies the save options for the exported file. |
GeneralIsChanged | Indicates whether any general changes have been made to the export options. |
PageHeaderOptions | Defines the options for the page header in the exported file. |
PageFooterOptions | Defines the options for the page footer in the exported file. |
ExternalParameters | Specifies additional external parameters required during the export process. |
IsChanged | Indicates whether the export options have been modified. |
ShowPageBorder | Specifies whether a border should be displayed around each page in the exported file. |
PageSizeOptions | Defines the page size options for the exported file. |
SecurityOptions | Defines the security options for the exported file. |
ConstantDocumentId | Specifies a constant document ID used during the export process. |
WatermarkOptions | Specifies the watermark options for the exported file. |
EnableImpersonation | Indicates whether impersonation is enabled for the file export. |
PageNumberOptions | Defines the page number options for the exported file. |
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. |