2019.2

Table Of Contents
Orientation Integer Gets/sets the orientation of the page, in degrees. The value
is always a multiple of 90 and is the number of degrees the
page should be rotated clockwise when displayed or printed.
IPage methods
Name Return type Description
"ExtractText(left, bottom,
right, top)" on page275
String
Deprecated. Returns the text located
inside the region bounded by the left,
bottom, right and top parameters. If
multiple lines are found, they are
separated by a CR-LF pair.
"ExtractText2(left, top, right,
bottom)" on page276
String Returns the text located inside the region
bounded by the left, top, right and bottom
parameters. If multiple lines are found,
they are separated by a CR-LF pair.
"MediaSize()" on page277 "IPdfRect" on
page284
Returns the size of the actual media, i.e.
the sheet of paper.
"setIncludeBorders
(pbIncludeBorders)" on
page277
Sets whether or not borders are included
for IPage.ExtractText2(). If true, a character
is considered to be inside the region using
the 30% rule (i.e. at least 30% of the
character must be enclosed in the region).
Otherwise, the character must be entirely
enclosed in the region to be returned.
"setTolerances
(tolerableDeltaWidth,
tolerableDeltaHeight,
tolerableDeltaFontHeight,
tolerableGap)" on page277
Sets the floating point values for the
tolerable factors.
"Merge(imageFile, left, top,
rotateAngle, scaleFactor)"
Inserts an image file and places it on the
page at a specific location.
Page 272