ImageEn, unit imageenview |
|
TImageEnView.IO
Declaration
property IO: TImageEnIO;
Description
The IO property encapsulates the TImageEnIO component inside TImageEnView (The TImageEnIO component is automatically created the first time you access the IO property).
TImageEnIO provides all functionality for loading and saving images, and other I/O functions.
Example
// Load image into the ImageEnView
ImageEnView1.IO.LoadFromFile('C:\Hello.jpeg');
// Retrieve an image from a Twain scanner and display in the ImageEnView
ImageEnView1.IO.Acquire;