WebpFileFormat Property (ImageSharpImageCodecs)
Gets or sets a file format for WEBP image.
'Declaration
Public Property WebpFileFormat As SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType
public SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType WebpFileFormat { get; set; }
public: __property SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType get_WebpFileFormat();
public: __property void set_WebpFileFormat(
SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType
);
public:
property SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType WebpFileFormat {
SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType get();
void set(SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType );
}
Property Value
Default value is SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType.Lossless.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6