PngSettings.CompressionLevel Property

Gets or sets the compression level for PNG encoding.

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

Syntax

C#
public int CompressionLevel { get; set; }

Property Value

An integer representing the compression level (0-9).

See Also

Reference