Initializes a new instance of the PngWriter class for the given Stream specifying whether the image should be interlaced.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public PngWriter( Stream stream, bool isInterlaced )
Type: System.IO.Stream
The Stream to create this writer on.Type: System.Boolean
true
the image is interlaced; otherwise, false
. You can change it later through the IsInterlaced property.