'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Overridable Function RenderThumbnails( _
ByVal requestParamsInformation 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.