HitLiteral (Property) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external - AnyDoc/OCR-for-AnyDoc/Foundation-23.1/OCR-for-AnyDoc-Programming-Reference-Guide/VBScript-Objects-Properties-and-Methods/Individual-Object-Properties/HitLiteral-Property - 2023-11-17

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Description

Read-only. Returns the specified hit literal for the given OMR box. “Y” is the system default.

Applicable Events

Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify

Syntax

object.HitLiteral

Parameters

Object is a reference to an OMR Box object. For more information, see OMR Box Object (page OMR Box Object).

HitLiteral is the command.

Example

If MyOMRZone.Checked Then

MyOMRZone.Value = MyZone.HitLiteral

End if