Interlaced

ApngImage.Interlaced property

Quickly determine whether this PngImage object is interlaced with this convenient property. Ideal for developers needing to check the interlacing status of PNG images easily.

public bool Interlaced { get; }

Property Value

true if interlaced; otherwise, false.

See Also