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.
|