DOCXExportSettings Object (COM-based API)
This object provides functionality for configuring the export of recognized text to DOCX format. The IDOCXExportSettings interface is a child object of the IOutputFormatSettings interface and inherits all its properties. It is an element of the OutputFormatSettingsCollection collection.
Properties
Name | Type | Description |
ForceFixedPageSize | Boolean | Specifies whether export result must fit the dimensions set by the PaperWidth and PaperHeight properties. The default value is FALSE. |
HighlightErrorsWithBackgroundColor | Boolean | Specifies if uncertainly recognized symbols are highlighted with background color when exported in DOCX format. The default value is FALSE. |
PaperHeight | Long | Stores paper height in twips (1/1440 of inch). The default value is the height of A4 format page. See the table "Paper size in different units of measurement". |
PaperWidth | Long | Stores paper width in twips (1/1440 of inch). The default value is the width of A4 format page. See the table "Paper size in different units of measurement". |
RTFSynthesisMode | RTFSynthesisModeEnum | Specifies the mode of DOCX file synthesis from the recognized text when exporting to DOCX formats. The default value is RSM_RTFColumns. |
WritePictures | Boolean |
Specifies whether pictures are to be written in files in DOCX format. The default value is TRUE.
|
KeepPages | Boolean | Specifies if the original page separation must be preserved. |
See also
3/26/2024 1:49:49 PM