ASPxRichEdit.AddImageToCache(Stream) Method
Adds the specified image to the cache.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll
Declaration
public string AddImageToCache(
Stream stream
)
Public Function AddImageToCache(
stream As Stream
) As String
Parameters
Name |
Type |
Description |
stream |
Stream |
A stream object.
|
Returns
Type |
Description |
String |
A string value specifying the path to the image.
|
See Also