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

BaseViewer.ZoomQuality Property

Gets/sets a value that specifies a zoom quality.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property ZoomQuality As ZoomQuality
C#
[BrowsableAttribute(true)]
public ZoomQuality ZoomQuality { get; set; }

Property Value

ZoomQuality enumeration member which specifies which resize algorithm to use.

Remarks

The content can be zoomed with different quality (High, Medium, Low and ShrinkHighStretchLow). If it is zoomed with low quality, the performance is higher, and vice versa. We recommend to use the ShrinkHighStretchLow zoom quality because it provides more natural results in most cases

Default value is ShrinkHighStretchLow.

See Also

Reference