PaperSizeParams Object (IPaperSizeParams Interface)
This object provides functionality for tuning paper height and width of the output file.
Properties
Name | Type | Description |
---|---|---|
Application | Engine, read-only | Returns the Engine object. |
PaperHeight | int |
Stores paper height in twips (1/1440 of inch). Default for this property is the height of A4 format page. See below paper sizes in different units of measurement. This property is only taken into account if PaperSizeMode is PSM_UserDefined. |
PaperSizeMode | PaperSizeModeEnum |
Specifies how ABBYY FineReader Engine should select the paper size during export of the recognized text into output file. The default value of this property depends on the export format:
|
PaperWidth | int |
Stores paper width in twips (1/1440 of inch). Default for this property is the width of A4 format page. See below paper sizes in different units of measurement. This property is only taken into account if PaperSizeMode is PSM_UserDefined. |
Paper size in different measurement units
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 |
Related objects
See also
03.07.2024 8:50:25