Contains all the possible PNG writing settings.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public sealed class PngSettings : WriterSettings
The only PNG-related option which is available is whether to make it interlaced.
bitmap.Save(@"Images\Output\out.png", new PngSettings(true));