JpegWriter.Quality Property

Gets or sets JPEG quality.

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

Syntax

C#
public int Quality { get; set; }

Property Value

The JPEG quality in range [0, 100]. The default value is 75.

Remarks

The higher JPEG quality you specify, the larger file size you get.

See Also

Reference