Click or drag to resize

InputZoneGetPointInfoFromTable Method

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public void GetPointInfoFromTable(
	POINT point,
	int xdist,
	int ydist,
	out int cellindex,
	out BORDERINDEX borderindex,
	IMAGEINDEX imageindex = IMAGEINDEX.II_CURRENT
)

Parameters

point
Type: Kofax.OmniPageCSDK.ArgTypesPOINT
xdist
Type: SystemInt32
ydist
Type: SystemInt32
cellindex
Type: SystemInt32
borderindex
Type: Kofax.OmniPageCSDK.ArgTypesBORDERINDEX
imageindex (Optional)
Type: Kofax.OmniPageCSDK.ArgTypesIMAGEINDEX
See Also