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

GaugeControl.Print(PrintSizeMode) Method

Prints the control.

Namespace: DevExpress.XtraGauges.Win

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

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