VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftImageApiController Class / RenderThumbnails(WebCompositeRequestParams<RenderThumbnailRequestParams>) Method
Syntax Requirements SeeAlso
In This Topic
    RenderThumbnails(WebCompositeRequestParams<RenderThumbnailRequestParams>) Method (VintasoftImageApiController)
    In This Topic
    Renders image thumbnails.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function RenderThumbnails( _
    ByVal requestParams
    Information about web image and parameters, which should be used for rendering the image thumbnails.
    As Vintasoft.Shared.Web.WebCompositeRequestParams(Of T) _
    ) As Vintasoft.Imaging.Web.Services.RenderThumbnailResponseParams[]
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Imaging.Web.Services.RenderThumbnailResponseParams[] RenderThumbnails(
    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.RenderThumbnailResponseParams*[] RenderThumbnails(
    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.RenderThumbnailResponseParams^[] RenderThumbnails(
    Vintasoft.Shared.Web.WebCompositeRequestParams<T^>^ requestParams
    )

    Parameters

    requestParams
    Information about web image and parameters, which should be used for rendering the image thumbnails.

    Return Value

    Response from the server, which contains information about images and image thumbnails.
    Requirements

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

    See Also