GetInfiniworxDocumentGroup (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

Returns the Infiniworx Document group. If it doesn't exist, a blank value is returned.

Applicable Events

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

Syntax

object.GetInfiniworxDocumentGroup (method)

Parameters

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

GetInfiniworxDocumentGroup is the command.

Method is the image sequence. If this parameter is not specified, the current image is used.

Example

Dim strDocGroup

‘ Get the Infiniworx supplied Document Group for image #2

strDocGroup = Form.GetInfiniworxDocumentGroup(2)

‘ Get the Infiniworx supplied Document Group for the current image

strDocGroup = Form.GetInfiniworxDocumentGroup