Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Document.OpenXmlBytes Property

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

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

byte[] OpenXmlBytes { get; set; }

Property Value

Type Description
Byte[]

An array of bytes representing the document in Docx format.

Remarks

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

The SubDocument.GetOpenXmlBytes method enables you to get the content of the specified document range in Docx format.

See Also