VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebWebpEncoderSettings Class / Method Property
Syntax Requirements SeeAlso
In This Topic
    Method Property (WebWebpEncoderSettings)
    In This Topic
    Gets the encoding method to use. Its a quality/speed trade-off (0=fast, 6=slower-better).
    Syntax
    'Declaration
    
    Public Property Method As Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod
    
    
    public Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod Method { get; set; }
    
    
    public: __property Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod get_Method();
    public: __property void set_Method(
    Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod value
    );
    public:
    property Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod Method { Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod get(); void set(Vintasoft.Imaging.Codecs.Webp.WebpEncodingMethod value); }

    Property Value

    Default value is 4.
    Requirements

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

    See Also