Description
All four rectangle object coordinates are stored through a single function call.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.SetRectArea (nLeft, nTop, nRight, nBottom)
Parameters
Object is a reference to the Rectangle object. For more information, see Rectangle Object (page Rectangle Object).
SetRectArea is the command.
nLeft is the left side coordinate of the rectangle.
nTop is the top coordinate of the rectangle.
nRight is the right side coordinate of the rectangle.
nBottom is the bottom coordinate of the rectangle.
Example