RichEditDocumentServerExtensions.ExportToPdfAsync Method
Name | Parameters | Description |
---|---|---|
ExportToPdfAsync(RichEditDocumentServer, Stream) static | self, stream | Asynchronously exports the document to the specified stream in the 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, 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, CancellationToken) static | self, stream, cancellationToken | Asynchronously exports the document to the specified stream in the PDF format. |
ExportToPdfAsync(RichEditDocumentServer, String) static | self, fileName | 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, PdfExportOptions, CancellationToken) static | self, fileName, pdfExportOptions, cancellationToken | Asynchronously exports the document to the specified file in the PDF format. |
ExportToPdfAsync(RichEditDocumentServer, String, CancellationToken) static | self, fileName, cancellationToken | Asynchronously exports the document to the specified file in the PDF format. |
Feedback