Skip to main content
All docs
V25.1
  • 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

    public byte[] DocxBytes { get; set; }

    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