Declaration
property Bitmap: TBitmap; (Read-only)
Description
References the bitmap contained in the TImageEnIO or the attached
TImageEnView or
bitmap.
// Use the standard LoadFromFile method of TBitmap
ImageEnView1.IO.Bitmap.LoadFromFile('C:\my.bmp');
ImageEnView1.IO.Bitmap.PixelFormat := pf24bit;
ImageEnView1.Update();