[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.WebpOptions

WebpOptions Class

Options to control the WEBP encoding.

Inheritance
WebpOptions
Namespace: GrapeCity.Documents.Imaging.Skia
Assembly: DS.Documents.Imaging.Skia.dll
Syntax
public class WebpOptions
Public Class WebpOptions

Constructors

Name Description
WebpOptions()

Properties

Name Description
Lossless

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.

Quality

Gets or sets the quality of the encoding in the range 0 to 100. The default value is 75.