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

SankeyDiagramControl.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PdfExportOptions) stream, options Exports the Sankey Diagram Control to a stream in PDF format with the specified export settings.
ExportToPdf(Stream) stream Exports the Sankey Diagram Control in PDF format to the specified stream.
ExportToPdf(String, PdfExportOptions) filePath, options Exports the Sankey Diagram Control to a file in PDF format with the specified export settings.
ExportToPdf(String) filePath Exports the Sankey Diagram Control in PDF format to the specified file.