ReceiptPrinterCapabilities.IsPrinterPresent 属性

定义

获取是否存在具有打印收据的工作站的服务点打印机。

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

属性值

Boolean

bool

如此 如果存在具有打印收据的工作站的服务点打印机;否则为 false。

实现

适用于

另请参阅