Click or drag to resize

RecAPIkRecPutImgArea Method (Int32, Bitmap, IntPtr, Int32, Int32, SIZE)

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntax
public static RECERR kRecPutImgArea(
	int sid,
	Bitmap pBitmap,
	IntPtr hPage,
	int xDst,
	int yDst,
	SIZE pDstSize
)

Parameters

sid
Type: SystemInt32
pBitmap
Type: System.DrawingBitmap
hPage
Type: SystemIntPtr
xDst
Type: SystemInt32
yDst
Type: SystemInt32
pDstSize
Type: Kofax.OmniPageCSDK.ArgTypesSIZE

Return Value

Type: RECERR
See Also