InBatchBalanceMode (Property) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Description

Returns True if the script is executing in batch balance mode. When applied to Post Extraction or Pre Verification, as opposed to Post Verification, this method always returns False.

Applicable Events

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

Syntax

object.InBatchBalanceMode

Parameters

Object is a reference to the Application object. For more information, see Application Object (page Application Object).

InBatchBalanceMode is the command.

Example

If Application.InBatchBalanceMode Then

Exit Sub

End if