Description
Read-write. Sets the text for the zone labels in the Verification screen. The color can be entered as a name or a hexadecimal value. The hexadecimal value is specified in RGB format. For example, "#RRGGBB" where RR,GG,BB is the 2 digit hexadecimal value.
This property is only available during the Pre-Verification, Interactive, and Post-Verification phases.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.LabelText="color value"
Parameters
Object is a reference to a Line, Zone, OMR Box, or OMR Zone object. For more information, see Line Object (page Line Object), Zone Object (page Zone Object), OMR Box Object (page OMR Box Object), or OMR Zone Object (page OMR Zone Object).
LabelText is the command.
Color value is a reference to the text color that should be applied. To reset the color to the default, set to "".
Example
oZone.LabelText = "Red"