Back to Devexpress

SpreadsheetControl.ExportToPdf Method

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontrol-dot-exporttopdf.md

latest1.1 KB
Original Source

SpreadsheetControl.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, pdfExportOptionsExports the content of the SpreadsheetControl to the specified stream in PDF format using the specified options.
ExportToPdf(Stream)streamExports the content of the SpreadsheetControl to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions)fileName, pdfExportOptionsExports the content of the SpreadsheetControl to the specified file in PDF format using the specified options.
ExportToPdf(String)fileNameExports the content of the SpreadsheetControl to the specified file in PDF format.