Back to Devexpress

RichEditControl.OpenDocumentBytes Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-08e17e80.md

latest1.8 KB
Original Source

RichEditControl.OpenDocumentBytes Property

Gets or sets the control’s content as an array of bytes in Open Office Text (.odt) format.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

Property Value

TypeDescription
Byte[]

An array of bytes containing data in 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 property when operating at the document level, or the SubDocument.GetOdtBytes to retrieve a document range in Docx format.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace