SetRect
Sets the position and size of the current field in the page data file to the values specified.
Syntax
bool SetRect (strParam)
Parameters
Four comma separated coordinates designating the rectangle's size and location: X, Y, Width and Height. Smart parameters are supported.Returns
Always True.Level
Field level only.Details
Updates the zone of the current field.- Example
SetRect("0,0,100,200")This action changes the field's zone position to a rectangle at coordinates 0, 0, which is 100 wide and 200 high.
This action is useful if you wish to change the zone to a specific area of the image where you know your value resides.