Click or drag to resize

RecAPI.kRecSplitCells Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
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: System.IntPtr
iiImg
Type: Kofax.OmniPageCSDK.ArgTypes.IMAGEINDEX
xZone
Type: System.Int32
bVertical
Type: System.Boolean
pRect
Type: Kofax.OmniPageCSDK.ArgTypes.RECT
Position
Type: Kofax.OmniPageCSDK.ArgTypes.POINT
LineWidth
Type: System.Int32
LineStyle
Type: Kofax.OmniPageCSDK.ArgTypes.RLSTYLE
lineColor
Type: System.Int32

Return Value

Type: RECERR
See Also