MemoryBitmapGetBitmap Method
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void GetBitmap(
out Object Bitmap,
out ImageInfo ImgInfo,
out Object Palette
)
Public Sub GetBitmap (
<OutAttribute> ByRef Bitmap As Object,
<OutAttribute> ByRef ImgInfo As ImageInfo,
<OutAttribute> ByRef Palette As Object
)
public:
void GetBitmap(
[OutAttribute] Object^% Bitmap,
[OutAttribute] ImageInfo^% ImgInfo,
[OutAttribute] Object^% Palette
)
Parameters
- Bitmap
- Type: SystemObject
- ImgInfo
- Type: Kofax.OmniPageCSDK.IproPlusImageInfo
- Palette
- Type: SystemObject
See Also