ASPxGaugeControl.ExportToPdf Method
Name | Parameters | Description |
---|---|---|
ExportToPdf(Stream, PdfExportOptions) | stream, options | Exports the ASPxGaugeControl to the specified stream in PDF format using the specified options. |
ExportToPdf(Stream) | stream | Exports the ASPxGaugeControl to the specified stream in PDF format. |
ExportToPdf(String, PdfExportOptions) | filePath, options | Exports the ASPxGaugeControl to the specified file in PDF format. |
ExportToPdf(String) | filePath | Exports the ASPxGaugeControl to the specified file in PDF format. |