Back to Devexpress

RichEditControl.FlatOpcBytes Property

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

latest1.8 KB
Original Source

RichEditControl.FlatOpcBytes Property

Gets or sets the document content as an array of bytes in FlatOpc (Microsoft Word XML Document, .xml) 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[] FlatOpcBytes { get; set; }
vb
<Bindable(True)>
<Browsable(False)>
Public Property FlatOpcBytes As Byte()

Property Value

TypeDescription
Byte[]

The document content in FlatOpc format.

|

Remarks

Use the following methods to save the document in FlatOpc format:

The SubDocument.GetFlatOpcBytes method enables you to get the content of the specified document range in FlatOpc (XML) format.

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace