Aurigma Graphics Mill 5.5 for .NET
BaseViewer..::.minZoom Property
Gets the minimum allowed zoom value.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
Syntax
Java Script
function get_minZoom();
Property Value
The number that specifies the minimum allowed zoom value.Remarks
Zoom values are measured in percents/100. It means that value = 1 specify 100% zoom (i.e. actual size), value = 10 means 1000% zoom (10x), value = 0,5 means 50% zoom (half), etc.
This property corresponds to BaseViewer.MinZoom server-side member.