Back to Devexpress

Document.FlatOpcMacroEnabledTemplateBytes Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-c9470ec9.md

latest2.1 KB
Original Source

Document.FlatOpcMacroEnabledTemplateBytes Property

Gets or sets the document content as an array of bytes in FlatOpcMacroEnabledTemplate (Microsoft Word XML Macro-Enabled Template, .xml) format.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
byte[] FlatOpcMacroEnabledTemplateBytes { get; set; }
vb
Property FlatOpcMacroEnabledTemplateBytes As Byte()

Property Value

TypeDescription
Byte[]

The document content in FlatOpcMacroEnabledTemplate format.

|

Remarks

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

The SubDocument.GetFlatOpcMacroEnabledTemplateBytes method gets the content of the specified document range in FlatOpcMacroEnabledTemplate format.

See Also

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace