GaugeControl.Print(PrintSizeMode) Method
Prints the control.
Namespace: DevExpress.XtraGauges.Win
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
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