IFieldRegionControl
What it does
Represents a region of the document field.
Important! The object returns null for fields not involved in distributed verification.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| DeviceRect | IShellRect | Read-only | The rectangle of the window |
| FieldControl | IFieldControl | Read-only | The control of the document field which is associated with the region |
| FieldRegion | IFieldRegion | Read-only | The region of a document field |
| First | IFieldRegionControl | Read-only | The first child region |
| Last | IFieldRegionControl | Read-only | The last child region |
| Next | IFieldRegionControl | Read-only | The next region |
| Page | IPageControl | Read-only | The page that contains the region |
| Parent | IFieldRegionControl | Read-only | The parent region |
| Prev | IFieldRegionControl | Read-only | The previous region |
| Visible | bool | Read/write | Specifies whether the region is visible |
| Window | IImageWindow | Read-only | The image window |
4/12/2024 6:16:02 PM