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

IRichEditDocumentLoader.Stream Property

Gets the stream containing the document to load.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

Stream Stream { get; }

Property Value

Type Description
Stream

A Stream object containing of the document.

See Also