When AutoStretch is True IEViewer follows these rules:

- If an image is bigger than IEViewer window it is displayed 100%;

- If an image is smaller than IEViewer window it is stretched to fit

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool AutoStretch { get; set; }
Public Property AutoStretch As Boolean
	Get
	Set
public:
property bool AutoStretch {
	bool get ();
	void set (bool value);
}

See Also