ICommonPosPrintStationCapabilities.IsPrinterPresent 属性

定义

获取打印机站是否存在。

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

属性值

Boolean

bool

如果打印机站存在,则为 True;否则为 false。

适用于

另请参阅