PngImageInfoPngInterlaced Property |
Gets a value indicating if the PNG is interlaced.
Namespace:
Atalasoft.Imaging.Codec
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool PngInterlaced { get; }Public ReadOnly Property PngInterlaced As Boolean
Get
Property Value
Type:
Boolean A value indicating if the PNG is interlaced.
See Also