This documentation is for the old version. Go to the latest Graphics Mill docs

ViewerBase.MaxZoom Property

Gets/sets a maximum allowed zoom value.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Overridable Property MaxZoom As Single
C#
[BrowsableAttribute(true)]
public virtual float MaxZoom { get; set; }

Property Value

A number that specifies a maximum allowed zoom value.

Remarks

Zoom values are measured in percents/100. It means that value = 1 specifies the 100% zoom (actual size), value = 10 means 1000% zoom (10x magnification), value = 0,5 means 50% zoom (half of the original size), and so on.

The default value is 16.

See Also

Reference