Skip to main content
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:

  • for PDF and XPS it is PSM_ImageSize;
  • for RTF it is PSM_SynthesisSize.

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 sizein inchin mmin twips (1/1440 of inch)
A311,69 x 16,54297 x 42016838 x 23811
A48,27 x 11,69210 x 29711909 x 16834
A55,83 x 8,27148 x 2108391 x 11909
Legal8,5 x 14216 x 35612240 x 20160
Letter8,5 x 11216 x 27912240 x 15840
Executive7,25 x 10,5184 x 26610440 x 15120
PaperSizeParams Object Diagram

See also

Tuning Export Parameters Working with Profiles Working with Properties