'Declaration Public Function RenderThumbnail( _
ByVal requestParamsInformation about web image and parameters, which should be used for rendering the image thumbnails.As RenderThumbnailRequestParams _
) As RenderThumbnailResponseParams
public RenderThumbnailResponseParams RenderThumbnail(
RenderThumbnailRequestParams requestParams
)
public: RenderThumbnailResponseParams* RenderThumbnail(
RenderThumbnailRequestParams* requestParams
)
public:
RenderThumbnailResponseParams^ RenderThumbnail(
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.
Important: The RenderThumbnailResponseParams.url parameter will contain an absolute path to a thumbnail if web service uses the data storage (SessionDataStorage != null) and thumbnail must be cached. The absolute path is not acceptable by web browser so the absolute path to the thumbnail must be converted to the path, which is relative to the root directory of web application, in platform-dependent web service (API controller or HTTP handler), which uses this platform-independent web service.
Important: The RenderThumbnailResponseParams.url parameter will contain an absolute path to a thumbnail if web service uses the data storage (SessionDataStorage != null) and thumbnail must be cached. The absolute path is not acceptable by web browser so the absolute path to the thumbnail must be converted to the path, which is relative to the root directory of web application, in platform-dependent web service (API controller or HTTP handler), which uses this platform-independent web service.