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

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

    See Also