2019.2

Table Of Contents
"MediaSize()" on
page275
"IPdfRect"
on
page282
Returns the size of the actual media, i.e. the
sheet of paper.
"setIncludeBorders
(pbIncludeBorders)" on
page276
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
page276
Sets the floating point values for the tolerable
factors.
"Merge(imageFile, left,
top, rotateAngle,
scaleFactor)" on
page277
Inserts an image file and places it on the page at
a specific location.
Supported image types are: JPG and PNG.
"Merge2(srcPage, left,
top, rotateAngle,
scaleFactor)" on
page277
Transparently places a PDF page on top of the
current page at a specific location.
"MergeToLayer
(imageFile, left, top,
rotateAngle, scaleFactor,
layerName)" on page278
This method behaves the same as Merge() but
allows to insert the image as a layer (aka an
Optional Content Group).
Supported image types are JPG and PNG.
"MergeToLayer2
(srcPage, left, top,
rotateAngle, scaleFactor,
layerName)" on page279
This method behaves the same as Merge2() but
allows to put the source page as a layer (aka an
Optional Content Group).
Page 271