Creates and initializes PngEncoderOptions class instance. You can specify if to make PNG interlaced here.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ interlaced As Boolean _ )
public PngEncoderOptions( bool interlaced )
Type: System.Boolean
Value that specifies if the PNG file should be interlaced. You can change it later through Interlaced property.