Initializes a new instance of the PngSettings class specifying whether image is interlaced.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public PngSettings(
bool isInterlaced
)
Type: System.Boolean
true
the image is interlaced; otherwise, false
. You can change it later through the IsInterlaced property.