Skip to main content
All docs
V19.2

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
)

Parameters

Name Type Description
stream Stream

A stream object.

Returns

Type Description
String

A string value specifying the path to the image.

See Also