Skip to main content
All docs
V24.2

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

RichEditDocumentServerExtensions.ExportToPdfAsync Method

Name Parameters Description
ExportToPdfAsync(RichEditDocumentServer, Stream, PdfExportOptions, CancellationToken) static self, stream, pdfExportOptions, cancellationToken Asynchronously exports the document to the specified stream with the specified options in PDF format.
ExportToPdfAsync(RichEditDocumentServer, Stream, PdfExportOptions) static self, stream, pdfExportOptions Asynchronously exports the document to the specified stream with the specified options in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, Stream, CancellationToken) static self, stream, cancellationToken Asynchronously exports the document to the specified stream in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, Stream) static self, stream Asynchronously exports the document to the specified stream in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, String, PdfExportOptions, CancellationToken) static self, fileName, pdfExportOptions, cancellationToken Asynchronously exports the document to the specified file in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, String, PdfExportOptions) static self, fileName, pdfExportOptions Asynchronously exports the document to the specified file with the specified options in PDF format.
ExportToPdfAsync(RichEditDocumentServer, String, CancellationToken) static self, fileName, cancellationToken Asynchronously exports the document to the specified file in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, String) static self, fileName Asynchronously exports the document to the specified file in the PDF format.