Skip to main content
All docs
V24.2

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

RichEditDocumentServerExtensions.LoadDocumentTemplateAsync Method

Name Parameters Description
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], DocumentFormat, CancellationToken) static self, buffer, documentFormat, cancellationToken Asynchronously loads a document template in the specified format from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], DocumentFormat) static self, buffer, documentFormat Asynchronously loads a document template in the specified format from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], CancellationToken) static self, buffer, cancellationToken Asynchronously loads a document template from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[]) static self, buffer Asynchronously loads a document template from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, DocumentFormat, CancellationToken) static self, stream, documentFormat, cancellationToken Asynchronously loads a document template from the stream in the specified document format.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, DocumentFormat) static self, stream, documentFormat Asynchronously loads a document template from a stream with the specified format.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, CancellationToken) static self, stream, cancellationToken Asynchronously loads a document template from the stream.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream) static self, stream Asynchronously loads a document template from the stream.
LoadDocumentTemplateAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) static self, fileName, documentFormat, cancellationToken Asynchronously loads a document template from the stream.
LoadDocumentTemplateAsync(RichEditDocumentServer, String, DocumentFormat) static self, fileName, documentFormat Asynchronously loads a document template from the file in the specified document format.
LoadDocumentTemplateAsync(RichEditDocumentServer, String, CancellationToken) static self, fileName, cancellationToken Asynchronously loads a document template from the file.
LoadDocumentTemplateAsync(RichEditDocumentServer, String) static self, fileName Asynchronously loads a document template from the file.