Click or drag to resize

RecAPIkRecMoveCellBorder Method

Namespace:  OmniPageCSDK.CAPI
Assembly:  OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntax
[DllImportAttribute("kernelapi", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Ansi)]
public static RECERR kRecMoveCellBorder(
	IntPtr hPage,
	IMAGEINDEX iiImg,
	int xZone,
	int CellIndex,
	BORDERINDEX BorderIndex,
	POINT NewPosition
)

Parameters

hPage
Type: SystemIntPtr
iiImg
Type: OmniPageCSDK.ArgTypesIMAGEINDEX
xZone
Type: SystemInt32
CellIndex
Type: SystemInt32
BorderIndex
Type: OmniPageCSDK.ArgTypesBORDERINDEX
NewPosition
Type: OmniPageCSDK.ArgTypesPOINT

Return Value

Type: RECERR
See Also