次の方法で共有


ICommonClaimedPosPrinterStation.IsReadyToPrint プロパティ

定義

プリンター ステーションがオンであり、印刷ジョブを受け入れているかどうかを取得します。

public:
 property bool IsReadyToPrint { bool get(); };
bool IsReadyToPrint();
public bool IsReadyToPrint { get; }
var boolean = iCommonClaimedPosPrinterStation.isReadyToPrint;
Public ReadOnly Property IsReadyToPrint As Boolean

プロパティ値

Boolean

bool

プリンター ステーションがオンで印刷ジョブを受け入れる場合は True。それ以外の場合は false。

適用対象