Skip to main content
A newer version of this page is available.
JS

RichEditBuilder.Open(Func<Stream>, DocumentFormat) Method

Opens a document specified by a stream.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v21.1.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RichEditBuilder Open(
    Func<Stream> contentAccessorByStream,
    DocumentFormat format
)

Parameters

Name Type Description
contentAccessorByStream Func<Stream>

A method delegate to obtain a stream from which to open the document.

format DocumentFormat

An object specifying the document format.

Returns

Type Description
RichEditBuilder

A RichEditBuilder that can be used to further configure the Rich Text Editor.

See Also