HeatmapControl.ExportToPdf Method
| Name | Parameters | Description |
|---|---|---|
| ExportToPdf(Stream, PdfExportOptions) | stream, options | Exports the Heatmap Control to a stream in PDF format with the specified export settings. |
| ExportToPdf(Stream) | stream | Exports the Heatmap Control in PDF format to the specified stream. |
| ExportToPdf(String, PdfExportOptions) | filePath, options | Exports the Heatmap Control to a file in PDF format with the specified export settings. |
| ExportToPdf(String) | filePath | Exports the Heatmap Control in PDF format to the specified file. |