'Declaration Public Enum WebpEncodingMethod Inherits System.Enum
public enum WebpEncodingMethod : System.Enum
__value public enum WebpEncodingMethod : public System.Enum
public enum class WebpEncodingMethod : public System.Enum
'Declaration Public Enum WebpEncodingMethod Inherits System.Enum
public enum WebpEncodingMethod : System.Enum
__value public enum WebpEncodingMethod : public System.Enum
public enum class WebpEncodingMethod : public System.Enum
| Member | Description |
|---|---|
| Level0 | The fastest encoding speed but quality compromise. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.Fastest. |
| Fastest | The fastest encoding speed but quality compromise. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.Level0. |
| Level1 | Level 1. |
| Level2 | Level 2. |
| Level3 | Level 3. |
| Level4 | Level 4. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.Default. |
| Default | Trade off between speed and quality. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.Level4. |
| Level5 | Level 5. |
| Level6 | The slowest encoding speed but the best quality. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.BestQuality. |
| BestQuality | The slowest encoding speed but the best quality. Equivalent to Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod.Level6. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5