Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RichEditControl.LoadDocumentTemplate Method

Name Parameters Description
LoadDocumentTemplate(Byte[], DocumentFormat) buffer, documentFormat Loads a document template in the specified format from a byte array.
LoadDocumentTemplate(Byte[]) buffer Loads a document template from a byte array.
LoadDocumentTemplate(Stream, DocumentFormat) stream, documentFormat Loads a document template from a stream, specifying the document format.
LoadDocumentTemplate(Stream) stream Loads a document template from the stream.
LoadDocumentTemplate(String, DocumentFormat) fileName, documentFormat Loads a document template from the file in the specified format.
LoadDocumentTemplate(String) fileName Loads a document template from the specified file so it cannot be overwritten automatically.