Back to Devexpress

ChartControlBase.ExportToPdf Method

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrolbase-dot-exporttopdf.md

latest2.1 KB
Original Source

ChartControlBase.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PrintSizeMode)stream, sizeModeExports a chart to the specified stream using the specified size mode in the PDF format.
ExportToPdf(Stream, PdfExportOptions, PrintSizeMode)stream, options, sizeModeExports a chart to the specified stream using the specified options and size mode in the PDF format.
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports a chart to the specified stream using the specified options in the PDF format.
ExportToPdf(Stream)streamExports a chart to the specified stream in the PDF format.
ExportToPdf(String, PrintSizeMode)filePath, sizeModeExports a chart to the specified file using the specified size mode in the PDF format.
ExportToPdf(String, PdfExportOptions, PrintSizeMode)filePath, options, sizeModeExports a chart to the specified file using the specified options and size mode in the PDF format.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports a chart to the specified file using the specified options in the PDF format.
ExportToPdf(String)filePathExports a chart to the specified file in the PDF format.