DocumentAttribute Object (Web Services API)
This object represents a document attribute. It may be typecast to one of its child objects:
- BooleanDocumentAttribute
- EnumerationDocumentAttribute
- MultipleLinesDocumentAttribute
- NumberDocumentAttribute
- RegularExpressionDocumentAttribute
- SingleLineDocumentAttribute
- DateTimeDocumentAttribute
- CurrencyDocumentAttribute
- UrlDocumentAttribute
These objects allow access to values of different types and inherit the properties of the DocumentAttribute object. They are also elements of the DocumentAttributes list.
Properties
Name | Type | Description |
AttributeType | AttributeTypeEnum, read-only | Attribute type. |
BoundingRect | Rectangle, read-only | The rectangle enclosing the text specified in the value if this attribute during indexing (in image coordinates). |
Name | String | Attribute name. |
See also
3/26/2024 1:49:49 PM