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

SwfEncoderOptions.Quality Property

Gets/sets a JPEG quality if compression type is set to Jpeg.

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.

See Also

Reference