Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / WebpOptions Class / Lossless Property

In This Topic
    Lossless Property (WebpOptions)
    In This Topic
    Gets or sets a value indicating whether the image is compressed without loosing data (true) or by reducing image quality (false). The default value is false.
    Syntax
    'Declaration
     
    Public Property Lossless As System.Boolean
    public System.bool Lossless {get; set;}
    Remarks
    The default value is false.
    See Also