This documentation is for the old version. Go to the latest Graphics Mill docs

PngEncoderOptions Constructor (Boolean)

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)

Syntax

Visual Basic
Public Sub New ( _
	interlaced As Boolean _
)
C#
public PngEncoderOptions(
	bool interlaced
)

Parameters

interlaced

Type: System.Boolean

Value that specifies if the PNG file should be interlaced. You can change it later through Interlaced property.

See Also

Reference