Skip to main content

PageSettingsHelper.PrinterExists Property

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrinterExists
PageSettingsHelper
.Instance .PrinterExists
See Also