You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

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

C#
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