Type property
The Type property sets or gets the object name. You can use this property to search for document types or page types in a batch and change the name of the object.
This property provides access to the TYPE variable, which is one of the standard variables that are installed with Datacap.
Syntax
- VBScript
objRT.Type as String- C#
string Type { set; get; }
Applies to
Any object, but it is used primarily for documents and pages.Type
Read and write.Example
This example sets the name of the document object to 1040ez:
oDCO.Type = "1040ez"