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

PageSettingsHelper.PrinterExists Property

Indicates whether or not there are any printers installed on the machine.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public static bool PrinterExists { get; }

Property Value

Type Description
Boolean

true, if there is at least one printer installed on the machine; otherwise, false.

See Also