ASPxGaugeControl.ExportToPdf(String, PdfExportOptions) Method
In This Article
Exports the ASPxGaugeControl to the specified file in PDF format.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public void ExportToPdf(
string filePath,
PdfExportOptions options
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A String which specifies the name (including the full path) of the file to which the control is exported. |
options | Pdf |
A Pdf |
See Also