Back to Devexpress

PrintingSystemBase.ExportToPdf Method

corelibraries-devexpress-dot-xtraprinting-dot-printingsystembase-dot-exporttopdf.md

latest1.0 KB
Original Source

PrintingSystemBase.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports a document to the specified stream in PDF format using the defined PDF-specific options.
ExportToPdf(Stream)streamExports a document to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports a document to the specified file path in PDF format using the defined PDF-specific options.
ExportToPdf(String)filePathExports a document to the specified file path in PDF format.