PngSettings Class

Contains all the possible PNG writing settings.

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

Syntax

C#
public sealed class PngSettings : WriterSettings

Remarks

The only PNG-related option which is available is whether to make it interlaced.

Examples

C#
bitmap.Save(@"Images\Output\out.png", new PngSettings(true));

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Codecs.WriterSettings
L Aurigma.GraphicsMill.Codecs.PngSettings

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference

Manual