Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / PngOptions Class / ZLibLevel Property

In This Topic
    ZLibLevel Property
    In This Topic
    Gets or sets the compression level in the range 0..9. The default value is 7.
    Syntax
    'Declaration
     
    Public Property ZLibLevel As System.Integer
    public System.int ZLibLevel {get; set;}
    Remarks
    The default value is 7.
    See Also