DTwainImageData

Top  Previous  Next

The DTwainImageData class is a wrapper for the HANDLE that represents a Device Independent Bitmap (DIB), or the HANDLE that represents raw image data.

 

Usage of DTwainImageData is utilized when the function DTwainAcquirer::GetAllAcquisitions is called.  The GetAllAcquisitions function will create a two-dimensional array (represented by using STL vectors) of DTwainImageData objects, where each DTwainImageData will have the image data of one of the acquired pages.

 

See Example 4, to see how DTwainAcquirer::GetAllAcquisitions and DTwainImageData are used.