When AutoShrink is True IEViewer follows these rules:

- If an image is bigger than IEViewer window it is Shrink to fit;

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

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

Syntax

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

See Also