VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageConverterApiController Class / ConvertFileToWebp(ConvertFileToWebpRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    ConvertFileToWebp(ConvertFileToWebpRequestParams) Метод (VintasoftImageConverterApiController)
    В этом разделе
    Запускает асинхронный процесс преобразования файла изображения в WEBP формат.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function ConvertFileToWebp( _
    ByVal requestParams
    Преобразование настроек и информации о файле изображения.
    As Vintasoft.Imaging.Web.Services.ConvertFileToWebpRequestParams _
    ) As Vintasoft.Imaging.Web.Services.ConvertToResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams ConvertFileToWebp(
    Vintasoft.Imaging.Web.Services.ConvertFileToWebpRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams* ConvertFileToWebp(
    Vintasoft.Imaging.Web.Services.ConvertFileToWebpRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Web.Services.ConvertToResponseParams^ ConvertFileToWebp(
    Vintasoft.Imaging.Web.Services.ConvertFileToWebpRequestParams^ requestParams
    )

    Parameters

    requestParams
    Преобразование настроек и информации о файле изображения.

    Return Value

    Ответ сервера, содержащий информацию о процессе конвертации файлов.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также