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

Given a name, this function returns the Algorithm object with the same name.

Applicable Events

AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application

Syntax

object.AlgorithmByName(strName)

Parameters

Object is a reference to a Application object.

AlgorithmByName is the command.

strName is the name of the algorithm to be returned.

Example

Set oAlg = Applcation.AlgorithmByName ("Field1")