Skip to main content

GaugeControl.ExportToPdf(String, PdfExportOptions) Method

Exports a gauge control to the specified file path in PDF format using the specified PDF-specific options.

Namespace: DevExpress.XtraGauges.Win

Assembly: DevExpress.XtraGauges.v24.1.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

public void ExportToPdf(
    string filePath,
    PdfExportOptions options
)

Parameters

Name Type Description
filePath String

A String which specifies the file name (including the full path) for the created PDF file.

options PdfExportOptions

A PdfExportOptions object which specifies the PDF export options to be applied when a gauge control is exported.

See Also