CheckImageInSplitter (Method) - 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

Displays the DEPOSit Check image that is associated with the specified batch image, in the Splitter window.

Applicable Events

Interactive,Verification Function Key (F-Key), Post-Verify Interactive script. On enter event.

Syntax

object.CheckImageInSplitter (CheckFrontImageSequence, SplitPct)

Parameters

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

CheckImageInSplitter is the command.

CheckFrontImageSequence is the batch image sequence of the check.

SplitPct is the specifies the percentage for the splitter window. Use 100% to only display the check, and hide the batch image.

Example

This.CheckImageInSplitterView Form.CurrentBatchPage, 100