Properties
| Name | Type | Description |
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. |
| Block | Block, read-only | Provides access to the block of the cell. |
| Bottom | int, read-only | Stores coordinate of the bottom border of the cell in pixels. |
| Left | int, read-only | Stores coordinate of the left border of the cell in a pixels. |
| Right | int, read-only | Stores coordinate of the right border of the cell in pixels. |
| Top | int, read-only | Stores coordinate of the top border of the cell in pixels. |
Methods
| Name | Description |
|---|---|
| ChangeBlockType | Changes the type of the block which corresponds to the table cell. |
Related objects
Object Diagram
Output parameter
This object is the output parameter of the Item method of the TableCells object.Samples
C# code
C# code
- Windows: RecognizedTextProcessing; and demo tools: Engine Predefined Processing Profiles.
