ASPxGaugeControl.Print(PrintSizeMode) Method
Prints the ASPxGaugeControl using the specified settings.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Parameters
Name | Type | Description |
---|---|---|
sizeMode | DevExpress.XtraGauges.Core.Printing.PrintSizeMode | One of the DevExpress.XtraGauges.Core.Printing.PrintSizeMode enumeration values. |
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