Click or drag to resize

RecAPIkRecSplitCells Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public static RECERR kRecSplitCells(
	IntPtr hPage,
	IMAGEINDEX iiImg,
	int xZone,
	bool bVertical,
	RECT pRect,
	POINT Position,
	int LineWidth,
	RLSTYLE LineStyle,
	int lineColor
)

Parameters

hPage
Type: SystemIntPtr
iiImg
Type: Kofax.OmniPageCSDK.ArgTypesIMAGEINDEX
xZone
Type: SystemInt32
bVertical
Type: SystemBoolean
pRect
Type: Kofax.OmniPageCSDK.ArgTypesRECT
Position
Type: Kofax.OmniPageCSDK.ArgTypesPOINT
LineWidth
Type: SystemInt32
LineStyle
Type: Kofax.OmniPageCSDK.ArgTypesRLSTYLE
lineColor
Type: SystemInt32

Return Value

Type: RECERR
See Also