Skip to main content

GaugeControl.Print(PrintSizeMode) Method

Prints the control.

Namespace: DevExpress.XtraGauges.Win

Assembly: DevExpress.XtraGauges.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

public void Print(
    PrintSizeMode sizeMode
)

Parameters

Name Type Description
sizeMode DevExpress.XtraGauges.Core.Printing.PrintSizeMode

A PrintSizeMode value that specifies whether the gauge control must be stretched, zoomed in the printout or printed as is.

Remarks

The GaugeControl can be printed and exported if the XtraPrinting library is available. To ensure that the control can be printed check the GaugeControl.IsPrintingAvailable property’s value.

See Also