RTFExportSettings Object (Web Services API)
This object provides functionality for configuring the export of recognized text to RTF format. The RTFExportSettings 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 RTF 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 below. |
PaperWidth | Integer | Stores paper width in twips (1/1440 of inch). See the table below. |
RTFSynthesisMode | RTFSynthesisModeEnum | Specifies the mode of RTF file synthesis from the recognized text when exporting to RTF formats. |
WritePictures | Boolean |
Specifies whether pictures are to be written in files in RTF format.
|
Paper size in different units of measurement
Paper size | in inch | in mm | in twips (1/1440 of inch) |
A3 | 11,69 x 16,54 | 297 x 420 | 16838 x 23811 |
A4 | 8,27 x 11,69 | 210 x 297 | 11909 x 16834 |
A5 | 5,83 x 8,27 | 148 x 210 | 8391 x 11909 |
Legal | 8,5 x 14 | 216 x 356 | 12240 x 20160 |
Letter | 8,5 x 11 | 216 x 279 | 12240 x 15840 |
Executive | 7,25 x 10,5 | 184 x 266 | 10440 x 15120 |
See also
3/26/2024 1:49:49 PM