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

ASPxGaugeControl.Print(PrintSizeMode) Method

Prints the ASPxGaugeControl using the specified settings.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v19.2.dll

Declaration

public void Print(
    PrintSizeMode sizeMode
)

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