次の方法で共有


ICommonClaimedPosPrinterStation.IsPaperNearEnd プロパティ

定義

プリンター ステーションが用紙からほぼ切れているかどうかを取得します。

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

プロパティ値

Boolean

bool

True プリンター ステーションが紙の外にある場合。それ以外の場合は false。

適用対象