VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftFileApiController Class / DownloadImageFile(WebImageFileRequestParams) Method
Syntax Requirements SeeAlso
    DownloadImageFile(WebImageFileRequestParams) Method (VintasoftFileApiController)
    Downloads an image file from a server.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function DownloadImageFile( _
    ByVal requestParams
    Information about file that must be downloaded.
    As Vintasoft.Shared.Web.WebImageFileRequestParams _
    ) As Microsoft.AspNetCore.Mvc.ActionResult
     

    Parameters

    requestParams
    Information about file that must be downloaded.

    Return Value

    Response from the server.
    Requirements

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

    See Also