Aurigma Graphics Mill 5.5 for .NET
BitmapViewer..::.ZoomMode Property
Gets/sets the zooming behavior of the control (automatic or manual).
Namespace:
Aurigma.GraphicsMill.WebControls
Assembly:
Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)
Syntax
Visual Basic
<BrowsableAttribute(True)> _ Public Property ZoomMode As ZoomMode
C#
[BrowsableAttribute(true)] public ZoomMode ZoomMode { get; set; }
Property Value
The ZoomMode enumeration member that specifies the zooming behavior.Remarks
In manual zoom mode (i.e. of this property value is None) user can change the bitmap zoom either by Zoom property or using some zooming navigator.
When the control is in one of automatic modes (BestFit, FitToWidth, etc), you cannot change zoom manually (modifying Zoom will be ignored). That's why you need change this property to None.
Note, when you set some zooming navigator into the Navigator property, this property is reset to None.