This property sets interlacing when saving an image as a GIF or PNG image. By executing the GetImageFileType or GetImageFileTypeFromRawData method, the Interlace property value can be retrieved.
[Visual Basic]
Public Property Interlace As Boolean
Public Property Interlace As Boolean
[C#]
public bool Interlace {get; set;}
public bool Interlace {get; set;}
Property Value
Value | Explanation |
---|---|
True | Interlace |
False | Non interlace |
Explanation
The Interlace property sets interlacing when saving an image as a GIF or PNG image. By executing the GetImageFileType or GetImageFileTypeFromRawData method, the Interlace property value can be retrieved.
To use this property, you must have the appropriate ImageKit9 DLL files.