DocumentAttribute Object (COM-based API)
This object represents a document attribute. It may be typecast to one of its child objects:
- BooleanAttribute
- EnumerationAttribute
- SingleLineAttribute
- MultipleLinesAttribute
- RegularExpressionAttribute
- DateTimeAttribute
- NumberAttribute
- CurrencyAttribute
- UrlAttribute
These objects allow access to values of different types and inherit the properties of the DocumentAttribute object. They are also elements of the DocumentAttributes collection.
Properties
Name | Type | Description |
BoundingRect | IRectangle, read-only | The rectangle enclosing the text specified in the value if this attribute during indexing (in image coordinates) |
Name | String | Attribute name. |
Type | AttributeTypeEnum, read-only | Attribute type. |
See also
3/26/2024 1:49:49 PM