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

JpegFrame.Quality Property

Gets/sets JPEG quality.

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

Syntax

Visual Basic
Public Property Quality As Integer
C#
public int Quality { get; set; }

Property Value

Value in range [0, 100] specifying JPEG quality.

Remarks

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

Default value is 75.

See Also

Reference