RichEditDocumentServer.DocxBytes Property
Gets or sets the document content as an array of bytes in Office Open XML (Docx) format.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Property Value
Type | Description |
---|---|
Byte[] | An array of bytes that contains document content in DOCX format. |
Remarks
Use the Document.DocxBytes when operating at the document level, or the SubDocument.GetDocxBytes to retrieve a document range in DOCX format.
Implements
See Also