'Declaration <HttpPostAttribute()> 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()] public virtual Vintasoft.Imaging.Web.Services.RenderThumbnailResponseParams RenderThumbnail(
Vintasoft.Imaging.Web.Services.RenderThumbnailRequestParams requestParams
)
[HttpPost()] public: virtual Vintasoft.Imaging.Web.Services.RenderThumbnailResponseParams* RenderThumbnail(
Vintasoft.Imaging.Web.Services.RenderThumbnailRequestParams* requestParams
)
[HttpPost()] 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.