SlipPrinterCapabilities.IsPrinterPresent 属性

定义

获取是否存在具有打印支票或信用卡纸条等表单的工作站的服务点打印机。

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

属性值

Boolean

bool

如果存在具有打印支票或信用卡纸条等表单的工作站的服务点打印机,则为 True;否则为 false。

实现

适用于

另请参阅