VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageConverterWebService Class / CreateWebpEncoder(WebWebpEncoderSettings,String) Method
Syntax Requirements SeeAlso
In This Topic
    CreateWebpEncoder(WebWebpEncoderSettings,String) Method (VintasoftImageConverterWebService)
    In This Topic
    Creates the WEBP encoder.
    Syntax
    'Declaration
    
    Protected Overridable Function CreateWebpEncoder( _
    ByVal webpSettings
    Web WEBP encoder settings.
    As WebWebpEncoderSettings, _
    ByRef errorString
    Error message.
    As String _
    ) As Vintasoft.Imaging.Codecs.Encoders.EncoderBase
    protected virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase CreateWebpEncoder(
    WebWebpEncoderSettings webpSettings,
    out string errorString
    )
    protected: virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase CreateWebpEncoder(
    WebWebpEncoderSettings* webpSettings,
    [PARAMFLAG::Out] string* errorString
    )
    protected:
    virtual Vintasoft.Imaging.Codecs.Encoders.EncoderBase CreateWebpEncoder(
    WebWebpEncoderSettings^ webpSettings,
    [Out] string^ errorString
    )

    Parameters

    webpSettings
    Web WEBP encoder settings.
    errorString
    Error message.

    Return Value

    The WEBP encoder.
    Requirements

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

    See Also