Status property

The Status property sets or gets the status of an object. The status is a numerical value that indicates success, failure, error, problem, or other status that depends on the type of object. For example, you can use this property to locate pages with a status of 1, which indicates that there was a problem during the page identification task.

This property provides access to the STATUS variable, which is one of the standard variables that are installed with Datacap.

Syntax

VBScript
oDCO.Status as Long
C#
int Status { set; get; }

Applies to

All object types.

Type

Read and write.