Back to Devexpress

SankeyDiagramControl.ExportToPdf Method

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeydiagramcontrol-dot-exporttopdf.md

latest1.0 KB
Original Source

SankeyDiagramControl.ExportToPdf Method

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