PngWriter Constructor (Stream, Boolean)

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)

Syntax

C#
public PngWriter(
	Stream stream,
	bool isInterlaced
)

Parameters

stream

Type: System.IO.Stream

The Stream to create this writer on.
isInterlaced

Type: System.Boolean

true the image is interlaced; otherwise, false. You can change it later through the IsInterlaced property.

See Also

Reference