Skip to main content
A newer version of this page is available. .

GaugeControl.ExportToPdf Method

Name Parameters Description
ExportToPdf(Stream, PdfExportOptions) stream, options Exports the control to the specified stream in PDF format.
ExportToPdf(Stream) stream Exports the control to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions) filePath, options Exports a gauge control to the specified file path in PDF format using the specified PDF-specific options.
ExportToPdf(String) filePath Exports the control to the specified file in PDF format.