Click or drag to resize

RecAPIkRecPutImgArea Method (Int32, IMG_INFO, Byte, IntPtr, Int32, Int32)

Namespace:  Kofax.OmniPageCSDK.CAPI
Assembly:  Kofax.OmniPageCSDK.CAPI (in Kofax.OmniPageCSDK.CAPI.dll) Version: 21.0.0.0 (21.0.19459.900)
Syntax
public static RECERR kRecPutImgArea(
	int sid,
	IMG_INFO pImg,
	byte[] pBitmap,
	IntPtr hPage,
	int xDst,
	int yDst
)

Parameters

sid
Type: SystemInt32
pImg
Type: Kofax.OmniPageCSDK.ArgTypesIMG_INFO
pBitmap
Type: SystemByte
hPage
Type: SystemIntPtr
xDst
Type: SystemInt32
yDst
Type: SystemInt32

Return Value

Type: RECERR
See Also