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

DxRichEdit.LoadDocumentAsync Method

Name Parameters Description
LoadDocumentAsync(IBrowserFile, CancellationToken) file, cancellationToken Loads a document from a file.
LoadDocumentAsync(Byte[], DocumentFormat, CancellationToken) bytes, documentFormat, cancellationToken Loads a document in the specified format from a byte array.
LoadDocumentAsync(Stream, DocumentFormat, CancellationToken) stream, documentFormat, cancellationToken Loads a document in the specified format from a stream.
LoadDocumentAsync(Stream, CancellationToken) stream, cancellationToken Loads a document from a stream.
LoadDocumentAsync(String, DocumentFormat, CancellationToken) filePath, documentFormat, cancellationToken Loads a document in the specified format from a file.
LoadDocumentAsync(String, CancellationToken) filePath, cancellationToken Loads a document from the file.