Click or drag to resize

PngEncoderInterlace Property

Gets or sets whether Png files are saved with a pixel row interlacing pattern. Defaults False.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool Interlace { get; set; }

Property Value

Type: Boolean
The Png Interlace setting.
Remarks
Interlacing is a technique that allows a PNG to be displayed gradually. It first displays a blocky image which becomes finer and more clear as the image loads.
See Also