Back to Devexpress

RichEditControl.FlatOpcMacroEnabledBytes Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-80eab32e.md

latest1.9 KB
Original Source

RichEditControl.FlatOpcMacroEnabledBytes Property

Gets or sets the document content as an array of bytes in FlatOpcMacroEnabled (Microsoft Word Macro-Enabled 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[] FlatOpcMacroEnabledBytes { get; set; }
vb
<Bindable(True)>
<Browsable(False)>
Public Property FlatOpcMacroEnabledBytes As Byte()

Property Value

TypeDescription
Byte[]

The document content in FlatOpcMacroEnabled format.

|

Remarks

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

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

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace