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

    Parameters

    requestParams
    Информация о веб изображении.

    Return Value

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

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

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