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

ZoomQuality Enumeration

Specifies zoom quality of the displayed image.

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

Syntax

Java Script
GraphicsMill.ZoomQuality = function();
GraphicsMill.ZoomQuality.createEnum('GraphicsMill.ZoomQuality', false);

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, otherwise the image is resized on the client.

Remarks

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

See Also

Reference