Skip to main content
A newer version of this page is available. .

ChartControlBase.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PrintSizeMode) stream, sizeMode Exports a chart to the specified stream using the specified size mode in the PDF format.
ExportToPdf(Stream, PdfExportOptions, PrintSizeMode) stream, options, sizeMode Exports a chart to the specified stream using the specified options and size mode in the PDF format.
ExportToPdf(Stream, PdfExportOptions) stream, options Exports a chart to the specified stream using the specified options in the PDF format.
ExportToPdf(Stream) stream Exports a chart to the specified stream in the PDF format.
ExportToPdf(String, PrintSizeMode) filePath, sizeMode Exports a chart to the specified file using the specified size mode in the PDF format.
ExportToPdf(String, PdfExportOptions, PrintSizeMode) filePath, options, sizeMode Exports a chart to the specified file using the specified options and size mode in the PDF format.
ExportToPdf(String, PdfExportOptions) filePath, options Exports a chart to the specified file using the specified options in the PDF format.
ExportToPdf(String) filePath Exports a chart to the specified file in the PDF format.