TopSide (Property) - TopSide (Property) - AnyDoc - OCR for AnyDoc - AnyDoc/OCR-for-AnyDoc/Foundation-23.1/OCR-for-AnyDoc-Programming-Reference-Guide/VBScript-Objects-Properties-and-Methods/Individual-Object-Properties/TopSide-Property - Foundation 23.1 - Foundation 23.1

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License
ft:lastPublication
2023-11-17T13:24:58.960000
ft:locale
en-US

Description

Read-write. An object uses this property to return the Rectangle object. This is the top side co-ordinate for the Rectangle.

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.TopSide = nTop

Parameters

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

TopSide is the command.

nTop is the top side co-ordinate for the Rectangle.

Example

Set R = Application.NewRectangle

r.TopSide = 0

r.LeftSide = 0

r.BottomSide = 100

r.RightSide = 100

MsgBox “Rectangle = “ & r.AsString