VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageApiController Class / GetImagesInfo(WebCompositeRequestParams<WebExtendedImageInfoRequestParams>) Method
Syntax Requirements SeeAlso
    GetImagesInfo(WebCompositeRequestParams<WebExtendedImageInfoRequestParams>) Method (VintasoftImageApiController)
    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[]
     

    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