RichEditControl.OpenDocumentBytes Property
Gets or sets the document content as an array of bytes in Open Office Text (.odt) format.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
Type | Description |
---|---|
Byte[] | An array of bytes representing the OpenDocument Text (.odt) format. |
See Also