Click or drag to resize

RecAPIkRecSplitCells Method

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 2025.1.0.0
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: OmniPageCSDK.ArgTypesIMAGEINDEX
xZone
Type: SystemInt32
bVertical
Type: SystemBoolean
pRect
Type: OmniPageCSDK.ArgTypesRECT
Position
Type: OmniPageCSDK.ArgTypesPOINT
LineWidth
Type: SystemInt32
LineStyle
Type: OmniPageCSDK.ArgTypesRLSTYLE
lineColor
Type: SystemInt32

Return Value

Type: RECERR
See Also