CAPTUREit Object Model - CAPTUREit - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

CAPTUREit

Platform
AnyDoc
Product
CAPTUREit
Release
Foundation 23.1
License

VBScript interacts with CAPTUREit via the object model. These objects are created before the associated event is called and are destroyed after the event. Even though a VBScript object exists, the object is not necessarily populated with data. For example, during the event OnPreScan, the Image object exists but is not populated since no images have been scanned into the system.

Some objects have child objects that are accessed by calling the method of the parent object with an index value. For example, the Batch object contains the array of Image objects, one for each image in the batch. Access the Image objects through the Batch object's Image method.