SvgSettings.Quality Property

Gets or sets an image 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. The lesser value means the lower quality and the smaller file.

See Also

Reference