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
)
Public Shared Function kRecPutImgArea (
sid As Integer,
pImg As IMG_INFO,
pBitmap As Byte(),
hPage As IntPtr,
xDst As Integer,
yDst As Integer
) As RECERR
public:
static RECERR kRecPutImgArea(
int sid,
IMG_INFO^ pImg,
array<unsigned char>^ 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:
RECERRSee Also