Back to Devexpress

RichEditDocumentServer.DocxBytes Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-552af382.md

latest1.6 KB
Original Source

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.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public byte[] DocxBytes { get; set; }
vb
Public Property DocxBytes As Byte()

Property Value

TypeDescription
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

DocxBytes

See Also

RichEditDocumentServer Class

RichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace