PngSettings Constructor (Boolean)

Initializes a new instance of the PngSettings class specifying whether image is interlaced.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public PngSettings(
	bool isInterlaced
)

Parameters

isInterlaced

Type: System.Boolean

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

See Also

Reference