Back to Devexpress

GaugeControl.ExportToPdf Method

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrol-dot-exporttopdf.md

latest990 B
Original Source

GaugeControl.ExportToPdf Method

NameParametersDescription
ExportToPdf(Stream, PdfExportOptions)stream, optionsExports the control to the specified stream in PDF format.
ExportToPdf(Stream)streamExports the control to the specified stream in PDF format.
ExportToPdf(String, PdfExportOptions)filePath, optionsExports a gauge control to the specified file path in PDF format using the specified PDF-specific options.
ExportToPdf(String)filePathExports the control to the specified file in PDF format.