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

BitmapViewer.BrowserImageFormat Property

Gets/sets the file format of the images which are sent to the browser.

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

Syntax

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

Property Value

The file format of the images which are sent to the browser.

Remarks

Default value is Auto.

See Also

Reference