Property Interlaced
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
Interlaced
Gets or sets whether the PNG should be saved with interlacing. This does not affect how the image
appears once it has been loaded, but it may improve how it looks while it is loading on a slow
network or Internet connection.
The default value is false
.
bool Interlaced { get; set; }
Property Value
Remarks
Interlacing is not typically used anymore.