'Declaration Protected 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
protected virtual Vintasoft.Imaging.Web.Services.RenderThumbnailResponseParams RenderThumbnail(
Vintasoft.Imaging.Web.Services.RenderThumbnailRequestParams requestParams
)
protected: virtual Vintasoft.Imaging.Web.Services.RenderThumbnailResponseParams* RenderThumbnail(
Vintasoft.Imaging.Web.Services.RenderThumbnailRequestParams* requestParams
)
protected:
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.