Back to Devexpress

PrintHelper.ExportToPdf Method

wpf-devexpress-dot-xpf-dot-printing-dot-printhelper-dot-exporttopdf.md

latest2.1 KB
Original Source

PrintHelper.ExportToPdf Method

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