Description
Read-only. Returns the current data image's height.
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.CurrentDataImageHeight
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
CurrentDataImageHeight is the command.
Example
MsgBox "Current image is " & Application.CurrentDataImageHeight & " pixels tall"