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

Read-write. Returns the vertical location of the data image.

Applicable Events

AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify

Syntax

object variable.y = nlocation

Parameters

Object variable is a reference to the Point object. For more information, seePoint Object (page Point Object).

y is the command

nlocation is the vertical location of the data image.

Example

Set p = Application.NewPoint

p.x = 10

p.y = 20