VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageApiController Class / GetImageInfo(WebExtendedImageInfoRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    GetImageInfo(WebExtendedImageInfoRequestParams) Method (VintasoftImageApiController)
    In This Topic
    Returns information about web image.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function GetImageInfo( _
    ByVal requestParams
    Information about web image.
    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
    Information about web image.

    Return Value

    Response from the server, which contains image info.
    Requirements

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

    See Also