Skip to main content
BitmapBitsFormatEnum enumeration constants describe the formats of bitmap data that ABBYY FineReader Engine can work with. Bitmap data is consumed by PrepareBitmapBits and OpenBitmapBits methods of Engine object. These methods receive input image format type (value of BitmapBitsFormatEnum enumeration), image dimensions (width, height and byteWidth) and a pointer to buffer containing image data. Image is stored in buffer continuously, line-by-line, from top to bottom. Each line occupies byteWidth bytes. Entire image occupies (height * byteWidth) bytes. Interpretation of image data depends upon image format.

Elements

Used in

IEngine::PrepareBitmapBits IEngine::OpenBitmapBits