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

BitmapViewer.ZoomQuality Property

Gets/sets the value that specifies a zoom quality.

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

Syntax

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

Property Value

The value that specifies a zoom quality.

Remarks

Default value is Low.

See Also

Reference