Skip to main content

PrintingSystemBase.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PdfExportOptions) stream, options Exports a document to the specified stream in PDF format using the defined PDF-specific options.
ExportToPdf(Stream) stream Exports a document to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions) filePath, options Exports a document to the specified file path in PDF format using the defined PDF-specific options.
ExportToPdf(String) filePath Exports a document to the specified file path in PDF format.