GetInfiniworxDocumentType (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 type. 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.GetInfiniworxDocumentType (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).

GetInfiniworxDocumentType 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 Type for image #2

strDocGroup = Form.GetInfiniworxDocumentType(2)

‘ Get the Infiniworx supplied Document Type for the current image

strDocGroup = Form.GetInfiniworxDocumentType