PngImage.Interlaced
PngImage.Interlaced property
Retrieves a boolean value indicating whether the PngImage is interlaced, which determines if the image data is stored in a progressive manner for faster loading or transmission.
public bool Interlaced { get; }
Property Value
true if interlaced; otherwise, false.
See Also
- class PngImage
 - namespace Aspose.Imaging.FileFormats.Png
 - assembly Aspose.Imaging