Back to Devexpress

RichEditDocumentServer.FlatOpcTemplateBytes Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-c4eece8f.md

latest1.9 KB
Original Source

RichEditDocumentServer.FlatOpcTemplateBytes Property

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

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public byte[] FlatOpcTemplateBytes { get; set; }
vb
Public Property FlatOpcTemplateBytes As Byte()

Property Value

TypeDescription
Byte[]

The document content in FlatOpcTemplate format.

|

Remarks

Use the RichEditDocumentServer.SaveDocument or Document.SaveDocument method to save the document in FlatOpcTemplate (.xml) format. The SubDocument.GetFlatOpcTemplateBytes method gets the content of the specified document range in FlatOpcTemplate format.

Implements

FlatOpcTemplateBytes

See Also

RichEditDocumentServer Class

RichEditDocumentServer Members

DevExpress.XtraRichEdit Namespace