2019.2

Table Of Contents
ExtractText(left, bottom, right, top)
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.
Warning
This method is subject to many limitations (see below) and exists for backward-
compatibility and debugging purposes only. For production purposes, use ExtractText2()
instead.
Syntax
VOID ExtractText (
FLOAT left,
FLOAT bottom,
FLOAT right,
FLOAT top
)
left
Distance in inches of the left limit of the region from the left edge of the /CropBox.
bottom
Distance in inches of the bottom limit of the region from the bottom edge of the /CropBox.
right
Distance in inches of the right limit of the region from the left edge of the /CropBox.
top
Distance in inches of the top limit of the region from the bottom edge of the /CropBox.
Return value
A string containing the text extracted from the specified region.
Page 275