VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageApiController Class / GetImagesInfo(WebCompositeRequestParams<WebExtendedImageInfoRequestParams>) Method
Syntax Requirements SeeAlso
In This Topic
    GetImagesInfo(WebCompositeRequestParams<WebExtendedImageInfoRequestParams>) Method (VintasoftImageApiController)
    In This Topic
    Returns information about web images.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetImagesInfo( _
    ByVal requestParams
    Information about web images.
    As Vintasoft.Shared.Web.WebCompositeRequestParams(Of T) _
    ) 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[] GetImagesInfo(
    Vintasoft.Shared.Web.WebCompositeRequestParams<T> requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Imaging.Web.Services.ImagePageInfoResponseParams*[] GetImagesInfo(
    Vintasoft.Shared.Web.WebCompositeRequestParams<T*>* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Imaging.Web.Services.ImagePageInfoResponseParams^[] GetImagesInfo(
    Vintasoft.Shared.Web.WebCompositeRequestParams<T^>^ requestParams
    )

    Parameters

    requestParams
    Information about web images.

    Return Value

    Response from the server, which contains image infos.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6

    See Also