2022.2

Table Of Contents
Property/method Description Return Type
found Fieldthatcontainsabooleanvalueindicatingifthelast
calltoboundaries.find()wassuccessful.
Sincethefind()methodalwaysreturnsaregion,
regardlessofsearchresults,itisnecessarytoexamine
thevalueoffoundtodeterminetheactualresultofthe
operation.
Boolean
"range"onthefacingpage Read-onlyobjectcontainingthephysicalcoordinatesof
theregion.
Physicallocationoftheregion:x1(left),y1
(top),x2(right),y2(bottom),expressedin
charactersforatextfileorinmillimetersfora
PDFfile.
ForaCSVfile,itisthenameofthecolumn
thatdefinestheregion.
Methods
Thefollowingtabledescribesthemethodsoftheregionobject.
Property/method Description Return Type
"createRegion()"below Createsaregionbysettingthephysicalcoordinatesofthe
regionobject.
Aregionthathasthespecified
coordinates.
createRegion()
Thismethodsetsthephysicalcoordinatesoftheregionobject.Theregionisavailablewhensetting
documentboundariesusingascript(see"region"onthepreviouspage).
PDF and Text: createRegion(x1, y1, x2, y2)
Createsaregionfromthedata,usingthespecifiedleft(x1),top(y1),right(x2)andbottom(y2)para-
meters,expressedincharactersforatextfileorinmillimetersforaPDFfile.
x1
Doublethatrepresentstheleftedgeoftheregion.
y1
Doublethatrepresentsthetopedgeoftheregion.
x2
Doublethatrepresentstherightedgeoftheregion.
y2
Doublethatrepresentsthebottomedgeoftheregion.
Page 395