ClaimedPosPrinter.IsEnabled 属性

定义

获取打印机是否已打开电源以供使用。

public:
 property bool IsEnabled { bool get(); };
bool IsEnabled();
public bool IsEnabled { get; }
var boolean = claimedPosPrinter.isEnabled;
Public ReadOnly Property IsEnabled As Boolean

属性值

Boolean

bool

如果打印机已打开电源以供使用,则为 True;否则为 false。

适用于