WebpOptions
WebpOptions class
Options for conversion to Webp file type.
public sealed class WebpOptions : ValueObject
Constructors
| Name |
Description |
| WebpOptions() |
The default constructor. |
Properties
| Name |
Description |
| Lossless { get; set; } |
Indicates if the compression of the converted file will be lossless. |
| Quality { get; set; } |
Gets or sets the quality. |
Methods
| Name |
Description |
| override Equals(object) |
Determines whether two object instances are equal. |
| virtual Equals(ValueObject) |
Determines whether two object instances are equal. |
| override GetHashCode() |
Serves as the default hash function. |
See Also