PngSettings Constructor (Int32)

Initializes a new instance of the PngSettings class with the specified compression level.

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

Syntax

C#
public PngSettings(
	int compressionLevel
)

Parameters

compressionLevel

Type: System.Int32

The compression level (0-9).

See Also

Reference