VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpEncoderSettings Class
Constructors Properties SeeAlso
In This Topic
    WebWebpEncoderSettings Class Members
    In This Topic
    The following tables list the members exposed by WebWebpEncoderSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebWebpEncoderSettings class.
    Public Properties
     NameDescription
    Public PropertyGets the webp file format used. Either lossless or lossy.
    Public PropertyGets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better).
    Public PropertyGets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better).
    Public PropertyGets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better).
    Public PropertyGets the compression quality. Between 0 and 100. For lossy, 0 gives the smallest size and 100 the largest. For lossless, this parameter is the amount of effort put into the compression: 0 is the fastest but gives larger files compared to the slowest, but best, 100.
    See Also