VintaSoft Imaging .NET SDK 15.1: 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; }

Property Value

Default value is 4.
Requirements

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

See Also