Back to Devexpress

GaugeControl.IsPrintingAvailable Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrol.md

latest2.2 KB
Original Source

GaugeControl.IsPrintingAvailable Property

Indicates whether the GaugeControl can be printed and exported in various formats.

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[Browsable(false)]
public bool IsPrintingAvailable { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsPrintingAvailable As Boolean

Property Value

TypeDescription
Boolean

true if the control can be printed and exported; otherwise, false.

|

Remarks

The control can be printed and exported in various formats if the XtraPrinting Library is available. To print the control, call the GaugeControl.Print method.

See Also

GaugeControl.Print*

ExportToHtml

ExportToImage

ExportToMht

ExportToPdf

ExportToXls

ShowPrintPreview(PrintSizeMode)

GaugeControl Class

GaugeControl Members

DevExpress.XtraGauges.Win Namespace