Back to Devexpress

RichEditDocumentServerExtensions.LoadDocumentTemplateAsync Method

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserverextensions-dot-loaddocumenttemplateasync.md

latest4.3 KB
Original Source

RichEditDocumentServerExtensions.LoadDocumentTemplateAsync Method

NameParametersDescription
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], DocumentFormat, CancellationToken) staticself, buffer, documentFormat, cancellationTokenAsynchronously loads a document template in the specified format from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], DocumentFormat) staticself, buffer, documentFormatAsynchronously loads a document template in the specified format from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[], CancellationToken) staticself, buffer, cancellationTokenAsynchronously loads a document template from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[]) staticself, bufferAsynchronously loads a document template from a byte array.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, DocumentFormat, CancellationToken) staticself, stream, documentFormat, cancellationTokenAsynchronously loads a document template from the stream in the specified document format.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, DocumentFormat) staticself, stream, documentFormatAsynchronously loads a document template from a stream with the specified format.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, CancellationToken) staticself, stream, cancellationTokenAsynchronously loads a document template from the stream.
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream) staticself, streamAsynchronously loads a document template from the stream.
LoadDocumentTemplateAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) staticself, fileName, documentFormat, cancellationTokenAsynchronously loads a document template from the stream.
LoadDocumentTemplateAsync(RichEditDocumentServer, String, DocumentFormat) staticself, fileName, documentFormatAsynchronously loads a document template from the file in the specified document format.
LoadDocumentTemplateAsync(RichEditDocumentServer, String, CancellationToken) staticself, fileName, cancellationTokenAsynchronously loads a document template from the file.
LoadDocumentTemplateAsync(RichEditDocumentServer, String) staticself, fileNameAsynchronously loads a document template from the file.