Back to Devexpress

RichEditDocumentServerExtensions.ExportToPdfAsync Method

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserverextensions-dot-exporttopdfasync.md

latest3.1 KB
Original Source

RichEditDocumentServerExtensions.ExportToPdfAsync Method

NameParametersDescription
ExportToPdfAsync(RichEditDocumentServer, Stream, PdfExportOptions, CancellationToken) staticself, stream, pdfExportOptions, cancellationTokenAsynchronously exports the document to the specified stream with the specified options in PDF format.
ExportToPdfAsync(RichEditDocumentServer, Stream, PdfExportOptions) staticself, stream, pdfExportOptionsAsynchronously exports the document to the specified stream with the specified options in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, Stream, CancellationToken) staticself, stream, cancellationTokenAsynchronously exports the document to the specified stream in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, Stream) staticself, streamAsynchronously exports the document to the specified stream in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, String, PdfExportOptions, CancellationToken) staticself, fileName, pdfExportOptions, cancellationTokenAsynchronously exports the document to the specified file in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, String, PdfExportOptions) staticself, fileName, pdfExportOptionsAsynchronously exports the document to the specified file with the specified options in PDF format.
ExportToPdfAsync(RichEditDocumentServer, String, CancellationToken) staticself, fileName, cancellationTokenAsynchronously exports the document to the specified file in the PDF format.
ExportToPdfAsync(RichEditDocumentServer, String) staticself, fileNameAsynchronously exports the document to the specified file in the PDF format.