IsInterlaced

GifImage.IsInterlaced property

Determine if the image is interlaced, impacting its display during loading. This property offers insight into the image’s rendering behavior, essential for optimizing loading strategies and enhancing overall viewing experience.

public bool IsInterlaced { get; }

Property Value

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

See Also