The IEImage object that contains the bitmap

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEImage Image { get; }
Public ReadOnly Property Image As IEImage
	Get
public:
property IEImage^ Image {
	IEImage^ get ();
}

Examples

CopyC#
IEViewer1.Image.LoadImage("test.jpg");

See Also