MemoryBitmap.GetBitmap Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
The data is returned in the Bitmap parameter, which is a Byte array in Visual Basic or a VARIANT containing a one dimensional SAFEARRAY of bytes in C++. Bitmap information is returned in the ImgInfo parameter.
Palette is an optional output parameter used to retrieve palette information for 8-bit color bitmaps. It is a one dimensional, 768 element (256 color triplets, in RGB order) array of bytes in Visual Basic, or a VARIANT containing a same size SAFEARRAY of Bytes in C++. If the bitmap is not an 8-bit color bitmap, an empty array is returned.