'Declaration Protected 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[]
protected virtual Vintasoft.Imaging.Web.Services.RenderThumbnailResponseParams[] RenderThumbnails(
Vintasoft.Shared.Web.WebCompositeRequestParams<T> requestParams
)
protected: virtual Vintasoft.Imaging.Web.Services.RenderThumbnailResponseParams*[] RenderThumbnails(
Vintasoft.Shared.Web.WebCompositeRequestParams<T*>* requestParams
)
protected:
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.