Click or drag to resize

RecAPI.kRecDragCellBorder Method

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
[DllImportAttribute("KernelAPI.dll", CallingConvention = CallingConvention.StdCall, 
	CharSet = CharSet.Ansi)]
public static RECERR kRecDragCellBorder(
	IntPtr hPage,
	IMAGEINDEX iiImg,
	int xZone,
	int CellIndex,
	BORDERINDEX BorderIndex,
	out POINT xy,
	out POINT from,
	out POINT to,
	out POINT mmin,
	out POINT mmax
)

Parameters

hPage
Type: System.IntPtr
iiImg
Type: Kofax.OmniPageCSDK.ArgTypes.IMAGEINDEX
xZone
Type: System.Int32
CellIndex
Type: System.Int32
BorderIndex
Type: Kofax.OmniPageCSDK.ArgTypes.BORDERINDEX
xy
Type: Kofax.OmniPageCSDK.ArgTypes.POINT
from
Type: Kofax.OmniPageCSDK.ArgTypes.POINT
to
Type: Kofax.OmniPageCSDK.ArgTypes.POINT
mmin
Type: Kofax.OmniPageCSDK.ArgTypes.POINT
mmax
Type: Kofax.OmniPageCSDK.ArgTypes.POINT

Return Value

Type: RECERR
See Also