Back to Devexpress

RichEditControl.OpenDocumentBytes Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-496c3850.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Bindable(true)]
[Browsable(false)]
public byte[] OpenDocumentBytes { get; set; }
vb
<Bindable(True)>
<Browsable(False)>
Public Property OpenDocumentBytes As Byte()

Property Value

TypeDescription
Byte[]

An array of bytes representing the OpenDocument Text (.odt) format.

|

Remarks

We recommend that you use the RichEditControl.OdtBytes property instead of the RichEditControl.OdtBytes property.

Use the Document.OdtBytes when operating at the document level, or the SubDocument.GetOdtBytes to retrieve a document range in Odt format.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace