Back to Devexpress

RichEditControl.LoadDocumentTemplate(Byte[]) Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-dot-loaddocumenttemplate-x28-system-dot-byte-x29.md

latest2.1 KB
Original Source

RichEditControl.LoadDocumentTemplate(Byte[]) Method

Loads a document template from a byte array.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool LoadDocumentTemplate(
    byte[] buffer
)
vb
Public Function LoadDocumentTemplate(
    buffer As Byte()
) As Boolean

Parameters

NameTypeDescription
bufferByte[]

A byte array that contains document data.

|

Returns

TypeDescription
Boolean

true if the document was successfully loaded; otherwise, false.

|

Remarks

A document template cannot be overwritten either in code or in the UI. The information about the original file location and its format is dropped. An attempt to save (i.e., overwrite) the original document invokes the Save As dialog.

The RichEditControl uses the built-in IFormatDetectorService service implementation to detect the loaded document’s format. If format detection fails, the RichEditControl.InvalidFormatException event fires.

Tip

Use the LoadDocument method overloads with explicit format definition to improve performance.

See Also

Troubleshooting

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace