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