RecAPI.kRecPutImgArea Method (Int32, IMG_INFO,Byte[], IntPtr, Int32, Int32)
|
Namespace:
OmniPageCSDK.CAPI
Assembly:
OmniPageCSDK.CAPI (in OmniPageCSDK.CAPI.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic 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: System.Int32
- pImg
- Type: OmniPageCSDK.ArgTypes.IMG_INFO
- pBitmap
- Type:System.Byte[]
- hPage
- Type: System.IntPtr
- xDst
- Type: System.Int32
- yDst
- Type: System.Int32
Return Value
Type:
RECERR
See Also