VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.ImageSharp Namespace / ImageSharpImageCodecs Class / WebpFileFormat Property
Syntax Requirements SeeAlso
In This Topic
WebpFileFormat Property (ImageSharpImageCodecs)
In This Topic
Gets or sets a file format for WEBP image.
Syntax
'Declaration

Public Property WebpFileFormat As SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType

public SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType WebpFileFormat { get; set; }

Property Value

Default value is SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType.Lossless.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also