VerifyCode property (ILTZoneData)
VERIFY_CODE VerifyCode | |
Overview |
Refer to Using the ILTZoneData Properties |
Remarks
Gets or sets a value that indicates whether the recognized word is acceptable. For a list of possible values, refer to VERIFY_CODE.
This property should be set within the Verification event.
If this property is VF_ACCEPT, the engine accepts the recognized word and proceeds to the next recognized word for verification. If this property is not VF_ACCEPT, the engine does not accept the recognized word and offers suggestions for the recognized word.
For more information on the other properties used to define a zone, refer to ILTZoneData.
See Also