Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V20.2
  • .NET Framework 4.5.2+

    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.