CheckmarkBlock Object (ICheckmarkBlock Interface)
This object provides access to specific properties of a recognized checkmark block. A document may contain separate checkmarks as well as checkmark groups. To access the properties of the certain separate checkmark block, use the AsCheckmarkBlock method of the corresponding Block object. To access a checkmark of a group, use the Item method of the CheckmarkGroupBlock object.
Properties
Name | Type | Description |
---|---|---|
IsChecked | Boolean, read-only | Specifies whether the checkmark in the block was selected. |
IsSuspicious | Boolean, read-only | This property set to TRUE means that the checkmark was recognized uncertainly. |
Rectangle | Rectangle, read-only | Returns the coordinates of the checkmark rectangle. |
Related objects
Output parameter
This object is the output parameter of the following methods:
- Item method of the CheckmarkGroupBlock object
- AsCheckmarkBlock method of the Block object
See also
8/15/2023 1:19:30 PM