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

BitmapViewer.BrowserJpegQuality Property

Gets/sets the JPEG quality of the images which are sent to the browser when BrowserImageFormat is Jpeg.

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

Syntax

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

Property Value

the JPEG quality of the images which are sent to the browser when BrowserImageFormat is Jpeg.

Remarks

Default value is 70.

See Also

Reference