ASPxGaugeControl.Print(PrintSizeMode) Method
In This Article
Prints the ASPxGaugeControl using the specified settings.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
size |
DevExpress. |
One of the DevExpress. |
#Remarks
The ASPxGaugeControl can be printed if the XtraPrinting Library is available. To verify that the ASPxGaugeControl can be printed, use the ASPxGaugeControl.IsPrintingAvailable property.
See Also