TIEAcquireBitmapEvent
Declaration
TIEAcquireBitmapEvent = procedure(Sender: TObject; ABitmap: TIEBitmap; DpiX, DpiY: Integer; var Handled: boolean) of object;
Description
Occurs whenever an image is acquired from a scanner.
| Parameter | Description |
| Sender | Will be either a TImageEnIO or TImageEnMIO control |
| ABitmap | A TIEBitmap object that contains the acquired image |
| DpiX, DpiY | The DPI of the acquired image |
| Handled | Setting Handled to True causes ImageEn to ignore this image (i.e. the current image won't be inserted into the TImageEnMView control, if attached). Handled has no effect when acquiring via a TImageEnView/TImageEnIO |
Note: Handled defaults to False.