VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SkiaSharp Namespace / SkiaSharpImageCodecs Class / WebpEncoderOptions Property
Syntax Remarks Requirements SeeAlso
In This Topic
    WebpEncoderOptions Property (SkiaSharpImageCodecs)
    In This Topic
    Gets or sets the encoder options for WEBP image.
    Syntax
    'Declaration
    
    Public Property WebpEncoderOptions As SkiaSharp.SKWebpEncoderOptions
    
    
    public SkiaSharp.SKWebpEncoderOptions WebpEncoderOptions { get; set; }
    
    
    public: __property SkiaSharp.SKWebpEncoderOptions get_WebpEncoderOptions();
    public: __property void set_WebpEncoderOptions(
    SkiaSharp.SKWebpEncoderOptions value
    );
    public:
    property SkiaSharp.SKWebpEncoderOptions WebpEncoderOptions { SkiaSharp.SKWebpEncoderOptions get(); void set(SkiaSharp.SKWebpEncoderOptions value); }
    Remarks

    If the compression is lossy, then the quality corresponds to the visual quality.
    If the compression is lossless, then the quality corresponds effort put into compressing the file.
    Lower values are faster, but higher values have smaller files.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7

    See Also