ComponentOne Bitmap for UWP
Interlace Property

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > PngOptions Class : Interlace Property
Specifies whether to encode the image data as interlaced.
Syntax
'Declaration
 
Public Property Interlace As System.Nullable(Of Boolean)
public System.Nullable<bool> Interlace {get; set;}
Remarks
The default value is false.
See Also

Reference

PngOptions Class
PngOptions Members