ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / PngOptions Class / Interlace Property

In This Topic
    Interlace Property
    In This Topic
    Specifies whether to encode the image data as interlaced.
    Syntax
    'Declaration
     
    Public Property Interlace As Nullable(Of Boolean)
    public Nullable<bool> Interlace {get; set;}
    Remarks
    The default value is false.
    See Also