Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows 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 System.Nullable(Of Boolean)
    public System.Nullable<bool> Interlace {get; set;}
    Remarks
    The default value is false.
    See Also