SlipPrinterCapabilities.IsPrinterPresent Property

Definition

Gets whether a point-of-service printer with a station that prints forms such as checks or credit card slips is present.

public:
 property bool IsPrinterPresent { bool get(); };
bool IsPrinterPresent();
public bool IsPrinterPresent { get; }
var boolean = slipPrinterCapabilities.isPrinterPresent;
Public ReadOnly Property IsPrinterPresent As Boolean

Property Value

Boolean

bool

True if a point-of-service printer with a station that prints forms such as checks or credit card slips is present; otherwise false.

Implements

Applies to

See also