ASPxRichEdit.Open(Guid) Method
In This Article
Opens a document specified by the work session identifier.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
work |
Guid | A Guid object identifying the document to open. |
#Remarks
ASPxRichEdit1.Open(Guid.NewGuid().ToString(), DocumentFormat.Rtf, () => {
return memoryStream.ToArray();
});
See Also