PngSettings.IsInterlaced Property

Gets or sets a value indicating whether the image is interlaced.

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

Syntax

C#
public bool IsInterlaced { get; set; }

Property Value

true the image is interlaced; otherwise, false. The default value is false.

See Also

Reference