PagePutImageArea Method (IMG_INFO, Byte, Int32, Int32, SIZE)
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic void PutImageArea(
IMG_INFO info,
byte[] bitmap,
int xdest,
int ydest,
SIZE destsize
)
Public Sub PutImageArea (
info As IMG_INFO,
bitmap As Byte(),
xdest As Integer,
ydest As Integer,
destsize As SIZE
)
public:
void PutImageArea(
IMG_INFO^ info,
array<unsigned char>^ bitmap,
int xdest,
int ydest,
SIZE destsize
)
Parameters
- info
- Type: Kofax.OmniPageCSDK.ArgTypesIMG_INFO
- bitmap
- Type: SystemByte
- xdest
- Type: SystemInt32
- ydest
- Type: SystemInt32
- destsize
- Type: Kofax.OmniPageCSDK.ArgTypesSIZE
See Also