MSWordExportSettings Object (Web Services API)
This object provides functionality for configuring the export of recognized text to DOC formats. The MSWordExportSettings object is a child object of the OutputFormatSettings object and inherits all its properties.
Properties
Name | Type | Description |
ForceFixedPageSize | Boolean | Specifies whether export result must fit the dimensions set by the PaperWidth and PaperHeight properties. |
HighlightErrorsWithBackgroundColor | Boolean | Specifies if uncertainly recognized symbols are highlighted with background color when exported in DOC format. |
KeepPages | Boolean | Specifies if the original page separation must be preserved. |
PaperHeight | Integer | Stores paper height in twips (1/1440 of inch). See the table "Paper size in different units of measurement". |
PaperWidth | Integer | Stores paper width in twips (1/1440 of inch). See the table "Paper size in different units of measurement". |
RTFSynthesisMode | RTFSynthesisModeEnum | Specifies the mode of DOC file synthesis from the recognized text when exporting to DOC formats. |
WritePictures | Boolean |
Specifies whether pictures are to be written in files in DOC format.
|
See also
3/26/2024 1:49:49 PM