ReceiptPrinterCapabilities.IsPrinterPresent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取是否存在具有打印收据的工作站的服务点打印机。
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。