ZoomQuality Enumeration

Specifies zoom quality of the displayed image.

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

Syntax

C#
public enum ZoomQuality

Members

Member name Description
High

High quality.

Low

Low quality.

Medium

Medium 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