Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Workbook.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PdfExportOptions) stream, options

Exports the workbook to the specified stream in PDF format using the specified options.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.

ExportToPdf(Stream) stream

Exports the workbook to the specified stream in PDF format.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this method in production code.

ExportToPdf(String, PdfExportOptions) fileName, options

Exports the workbook to the specified file path in PDF format using the specified options.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this property in production code.

ExportToPdf(String) fileName

Exports the workbook to the specified file path in PDF format.

You require a license to the DevExpress Office File API or DevExpress Universal Subscription to use this method in production code.