VintaSoft Barcode .NET SDK 15.1: 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; }
    
    
    public: __property SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType get_WebpFileFormat();
    public: __property void set_WebpFileFormat(
    SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType value
    );
    public:
    property SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType WebpFileFormat { SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType get(); void set(SixLabors.ImageSharp.Formats.Webp.WebpFileFormatType value); }

    Property Value

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

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6

    See Also