RichEditDocumentServerExtensions.LoadDocumentTemplateAsync Method
Name | Parameters | Description |
---|---|---|
LoadDocumentTemplateAsync(RichEditDocumentServer, Byte[]) static | self, buffer | Asynchronously loads a document template 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[], DocumentFormat, CancellationToken) static | self, buffer, documentFormat, cancellationToken | 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, Stream) static | self, stream | Asynchronously loads a document template from the stream. |
LoadDocumentTemplateAsync(RichEditDocumentServer, Stream, DocumentFormat) static | self, stream, documentFormat | Asynchronously loads a document template from a stream with the specified format. |
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, CancellationToken) static | self, stream, cancellationToken | Asynchronously loads a document template from the stream. |
LoadDocumentTemplateAsync(RichEditDocumentServer, String) static | self, fileName | Asynchronously loads a document template from the file. |
LoadDocumentTemplateAsync(RichEditDocumentServer, String, DocumentFormat) static | self, fileName, documentFormat | Asynchronously loads a document template from the file in the specified document format. |
LoadDocumentTemplateAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) static | self, fileName, documentFormat, cancellationToken | Asynchronously loads a document template from the stream. |
LoadDocumentTemplateAsync(RichEditDocumentServer, String, CancellationToken) static | self, fileName, cancellationToken | Asynchronously loads a document template from the file. |
Feedback