Back to Devexpress

HeatmapControl.ExportToPdf Method

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-dot-exporttopdf.md

latest1008 B
Original Source

HeatmapControl.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the Heatmap Control to a stream in PDF format with the specified export settings.
ExportToPdf(Stream)streamExports the Heatmap Control in PDF format to the specified stream.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports the Heatmap Control to a file in PDF format with the specified export settings.
ExportToPdf(String)filePathExports the Heatmap Control in PDF format to the specified file.