VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpEncoderSettings Class / LossySettings Property
Syntax Requirements SeeAlso
In This Topic
    LossySettings Property (WebWebpEncoderSettings)
    In This Topic
    Gets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better).
    Syntax
    'Declaration
    
    Public Property LossySettings As WebWebpLossyFormatSettings
    
    
    public WebWebpLossyFormatSettings LossySettings { get; set; }
    
    
    public: __property WebWebpLossyFormatSettings* get_LossySettings();
    public: __property void set_LossySettings(
    WebWebpLossyFormatSettings* value
    );

    Property Value

    Default value is 4.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also