MemoryBitmapGetBitmap Method
|
Namespace:
OmniPageCSDK.IproPlus
Assembly:
OmniPageCSDK.IproPlus (in 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: OmniPageCSDK.IproPlusImageInfo
- Palette
- Type: SystemObject
See Also