Back to Devexpress

RichEditControl.DocxBytes Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-ccd4bfe2.md

latest1.4 KB
Original Source

RichEditControl.DocxBytes Property

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

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Bindable(true)]
[Browsable(false)]
public byte[] DocxBytes { get; set; }
vb
<Bindable(True)>
<Browsable(False)>
Public Property DocxBytes As Byte()

Property Value

TypeDescription
Byte[]

An array of bytes 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.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace