Click or drag to resize

OCRZoneGetTableCells 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
Syntax
public void GetTableCells(
	out TableCells TableCells
)

Parameters

TableCells
Type: Kofax.OmniPageCSDK.IproPlusTableCells
Remarks

When the type of the OCR zone is not table, this property returns Nothing.

See Also