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