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

PngEncoderOptions.Interlaced Property

Gets/sets a value that specifies if the PNG file should be interlaced.

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

Syntax

Visual Basic
Public Property Interlaced As Boolean
C#
public bool Interlaced { get; set; }

Property Value

Value that specifies if the PNG file should be interlaced.

Remarks

Default value is false.

See Also

Reference