Back to Devexpress

RichEditControl.OdtBytes Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-007aced4.md

latest1.4 KB
Original Source

RichEditControl.OdtBytes 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)]
public byte[] OdtBytes { get; set; }
vb
<Bindable(True)>
<Browsable(False)>
Public Property OdtBytes As Byte()

Property Value

TypeDescription
Byte[]

An array of bytes containing data in the OpenDocument Text (.odt) format.

|

Remarks

Use the Document.OdtBytes property when operating at the document level to get a document content in .odt format.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace