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

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.v18.2.Win.dll

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