Skip to main content
A newer version of this page is available. .
All docs
V21.2

HeatmapControl.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PdfExportOptions) stream, options Exports the chart’s data to a PDF document and sends it to the stream.
ExportToPdf(Stream) stream Exports the chart’s data to a PDF document and sends it to the specified stream.
ExportToPdf(String, PdfExportOptions) filePath, options Exports the diagram image to a PDF file with the specified path.
ExportToPdf(String) filePath Exports the diagram image to a PDF file with the specified path.