OCRZone.GetTableCells Method
|
This method returns the collection of
TableCell objects for a WT_TABLE zone.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetTableCells(
out TableCells TableCells
)
Public Sub GetTableCells (
<OutAttribute> ByRef TableCells As TableCells
)
public:
void GetTableCells(
[OutAttribute] TableCells^% TableCells
)
Parameters
- TableCells
- Type: Kofax.OmniPageCSDK.IproPlus.TableCells
Remarks
When the type of the OCR zone is not table, this property returns Nothing.
See Also