Back to Devexpress

IWorkbook.ExportToPdf Method

officefileapi-devexpress-dot-spreadsheet-dot-iworkbook-dot-exporttopdf.md

latest987 B
Original Source

IWorkbook.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the workbook to the specified stream in PDF format using the specified options.
ExportToPdf(Stream)streamExports the workbook to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions)fileName, optionsExports the workbook to the specified file path in PDF format using the specified options.
ExportToPdf(String)fileNameExports the workbook to the specified file path in PDF format.