VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpEncoderSettings Class / LosslessSettings Property
Syntax Requirements SeeAlso
In This Topic
    LosslessSettings 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 LosslessSettings As WebWebpLosslessFormatSettings
    
    
    public WebWebpLosslessFormatSettings LosslessSettings { get; set; }
    
    
    public: __property WebWebpLosslessFormatSettings* get_LosslessSettings();
    public: __property void set_LosslessSettings(
    WebWebpLosslessFormatSettings* 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