Description
Read-only. Returns the fill percent of the given OMR box, Text zone, or Note zone.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.FillPercent
Parameters
Object is a reference to the OMR Box or Zone object. For more information, see OMR Box Object (page OMR Box Object) or Zone Object (page Zone Object).
FillPercent is the command.
Example
If MyOMRZone.FillPercent < 50 Then
MyOMRZone.Flagged = True
End if