2018.2

Table Of Contents
l
For a PDF file, the range() method contains the physical coordinates of the region: x1
(left), y1 (top), x2 (right), y2 (bottom), expressed in millimeters.
l
For a CSV file, the range contains the name of the column that defines the region.
sourceRecord
Returns a sourceRecord object containing properties specific to the current source record
being processed.
Properties
sourceRecord.properties.property;
Property Return Type
properties Returns an array of properties defined in the Preprocessor step with
the Record Scope (i.e. dynamically reset with each new record).
The property, used by the object Source Record, must first be declared in a Preprocessor
step:
Page 353