Back to Devexpress

RichEditDocumentServerExtensions.LoadDocumentAsync Method

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

latest7.2 KB
Original Source

RichEditDocumentServerExtensions.LoadDocumentAsync Method

NameParametersDescription
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat, String, CancellationToken) staticself, buffer, documentFormat, sourceUri, cancellationTokenAsynchronously loads a document in the specified format from a byte array. You can use this method to load HTML documents with connected files.
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat, String) staticself, buffer, documentFormat, sourceUriAsynchronously loads a document in the specified format from a byte array. You can use this method to load HTML documents with connected files.
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat, CancellationToken) staticself, buffer, documentFormat, cancellationTokenAsynchronously loads a document in the specified format from a byte array.
LoadDocumentAsync(RichEditDocumentServer, Byte[], DocumentFormat) staticself, buffer, documentFormatAsynchronously loads a document in the specified format from a byte array.
LoadDocumentAsync(RichEditDocumentServer, Byte[], CancellationToken) staticself, buffer, cancellationTokenAsynchronously loads a document from a byte array. The file format is determined based on document content.
LoadDocumentAsync(RichEditDocumentServer, Byte[]) staticself, bufferAsynchronously loads a document from a byte array. The file format is determined based on document content.
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, String, CancellationToken) staticself, stream, documentFormat, sourceUri, cancellationTokenAsynchronously loads a document from a stream in the specified format. External content for HTML format is retrieved from the specified source (base) URI.
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, String) staticself, stream, documentFormat, sourceUriAsynchronously loads a document from a stream in the specified format. External content for HTML format is retrieved from the specified source (base) URI.
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat, CancellationToken) staticself, stream, documentFormat, cancellationTokenAsynchronously loads a document from a stream in the specified format.
LoadDocumentAsync(RichEditDocumentServer, Stream, DocumentFormat) staticself, stream, documentFormatAsynchronously loads a document from a stream in the specified format.
LoadDocumentAsync(RichEditDocumentServer, Stream, CancellationToken) staticself, stream, cancellationTokenAsynchronously loads a document from a stream. The file format is determined by its content.
LoadDocumentAsync(RichEditDocumentServer, Stream) staticself, streamAsynchronously loads a document from a stream. The file format is determined by its content.
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat, String, CancellationToken) staticself, filename, documentFormat, sourceUri, cancellationTokenAsynchronously loads a document from a file in the specified format. External content for HTML format is retrieved from the specified source (base) URI.
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat, String) staticself, filename, documentFormat, sourceUriAsynchronously loads a document from a file in the specified format. External content for HTML format is retrieved from the specified source (base) URI.
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat, CancellationToken) staticself, fileName, documentFormat, cancellationTokenAsynchronously loads a document from a file in the specified format.
LoadDocumentAsync(RichEditDocumentServer, String, DocumentFormat) staticself, fileName, documentFormatAsynchronously loads a document from a file in the specified format.
LoadDocumentAsync(RichEditDocumentServer, String, CancellationToken) staticself, fileName, cancellationTokenAsynchronously loads a document from a file. The file format is determined by its content.
LoadDocumentAsync(RichEditDocumentServer, String) staticself, fileNameAsynchronously loads a document from a file. The file format is determined by its content.