'Declaration Protected Overridable Function GetImageAsBase64String( _
ByVal requestParamsInformation about web image and parameters, which should be used for rendering an image.As Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams _
) As Vintasoft.Shared.Web.WebImageFileResponseParams
protected virtual Vintasoft.Shared.Web.WebImageFileResponseParams GetImageAsBase64String(
Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams requestParams
)
protected: virtual Vintasoft.Shared.Web.WebImageFileResponseParams* GetImageAsBase64String(
Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams* requestParams
)
protected:
virtual Vintasoft.Shared.Web.WebImageFileResponseParams^ GetImageAsBase64String(
Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams^ requestParams
)
Parameters
- requestParams
- Information about web image and parameters, which should be used for rendering an image.
Return Value
Response from the server, which contains information about web image.