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

ZoomQuality Enumeration

Specifies zoom quality of the displayed image.

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

Syntax

Visual Basic
Public Enumeration ZoomQuality
C#
public enum ZoomQuality

Members

Member name Description
Low

Low quality.

Medium

Medium quality.

High

High quality.

ShrinkHighStretchLow

This mode enables server-side high quality resize in the case when zoom value is lower than 1.0.

Remarks

Zoom with higher quality requires more resources on the server-side than lower quality zoom.

See Also

Reference