Click or drag to resize

InputZoneGetPointInfoFromTable Method

Namespace:  Kofax.OmniPageCSDK.Objects
Assembly:  Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 21.0.0.0 (21.0.19459.900)
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