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

Document.OpenDocumentBytes Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

byte[] OpenDocumentBytes { get; set; }

Property Value

Type Description
Byte[]

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

Remarks

Use the following methods to save the document in ODT format:

See Also