Zoom property zoom-in or zoom-out the image. No modifications are made to the image.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public double Zoom { get; set; }
Public Property Zoom As Double
	Get
	Set
public:
property double Zoom {
	double get ();
	void set (double value);
}

Field Value

Zoom is express in percentage of the zoom. The small values of 100 decrease the size of displayed image, instead greater values of 100 increase the size of displayed image.

See Also