BaseViewer.MaxZoom Property

Gets/sets the maximum allowed zoom value.

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

Syntax

C#
public float MaxZoom { get; set; }

Property Value

The number that specifies the maximum 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.

Default value is 17.

See Also

Reference