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

RichEditDocumentServer.OpenXmlBytes Property

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

Namespace: DevExpress.XtraRichEdit

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

Declaration

public byte[] OpenXmlBytes { get; set; }

Property Value

Type Description
Byte[]

An array of bytes representing the document in Docx format.

Remarks

Use the Document.OpenXmlBytes when operating at the document level, or the SubDocument.GetOpenXmlBytes to retrieve a document range in Docx format.

Implements

See Also