IsInterlaced

PngImage.IsInterlaced property

Returns a boolean value indicating if the image instance is interlaced. This property is crucial for optimizing loading strategies and ensuring efficient performance during image processing or display tasks.

public bool IsInterlaced { get; }

Property Value

true if this image instance is interlaced; otherwise, false.

See Also