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

This property allows access to the ASCII data of the current solution as a VBScript string.

Applicable Events

ZoneLink

Syntax

object.ZoneStringValue(strName)=aString

Parameters

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

ZoneStringValue is the command.

strNstrName is the name of the algorithm or zone.

aString is the value to assign to the algorithm or zone.

Example

object.ZoneStringValue(“LastName”)= “SMITH”