ICommonPosPrintStationCapabilities.IsPrinterPresent Property

Definition

Gets whether a printer station is present.

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

Property Value

Boolean

bool

True if a printer station is present; otherwise false.

Applies to

See also