Click or drag to resize

RecAPI.kRecSplitCells Method

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

Return Value

Type: RECERR
See Also