Back to Devexpress

DxRichEdit.ExportDocumentAsync Method

blazor-devexpress-dot-blazor-dot-richedit-dot-dxrichedit-dot-exportdocumentasync.md

latest1.0 KB
Original Source

DxRichEdit.ExportDocumentAsync Method

NameParametersDescription
ExportDocumentAsync(DocumentFormat, CancellationToken)documentFormat, cancellationTokenExports the document to a byte array in a specified format.
ExportDocumentAsync(Stream, DocumentFormat, CancellationToken)stream, documentFormat, cancellationTokenExports the document to a stream in a specified format.
ExportDocumentAsync(String, DocumentFormat, CancellationToken)filePath, documentFormat, cancellationTokenExports the document to a file in a specified format.