2019.2

Table Of Contents
Distance in inches of the right limit of the region from the left edge of the /CropBox. Must be
between 0 and 5000.
bottom
Distance in inches of the bottom limit of the region from the top edge of the /CropBox. Must be
between 0 and 5000.
Return value
A string containing the text extracted from the specified region.
MediaSize()
Returns the size of the physical medium on which the page is intended to be placed, in points.
This corresponds to the /MediaBox entry of the /Page object in the PDF. See also: "Size()" on
page282.
Syntax
IPdfRect MediaSize ( )
Return value
An "IPdfRect" on page284 structure containing the dimensions, in points, of the media size.
Cannot be NULL.
setIncludeBorders(pbIncludeBorders)
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. See also: "ExtractText2(left, top, right, bottom)" on the previous page.
Syntax
VOID setIncludeBorders ( LONG pbIncludeBorders )
pbIncludeBorders
If zero, the char must be completely inside the region. Otherwise, the 30% rule applies.
setTolerances(tolerableDeltaWidth, tolerableDeltaHeight, tolerableDeltaFontHeight,
tolerableGap)
Sets the floating point values for the tolerable factors.
Page 277