ICommonPosPrintStationCapabilities.IsPaperNearEndSensorSupported プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プリンター ステーションに低用紙センサーがあるかどうかを取得します。
public:
property bool IsPaperNearEndSensorSupported { bool get(); };
bool IsPaperNearEndSensorSupported();
public bool IsPaperNearEndSensorSupported { get; }
var boolean = iCommonPosPrintStationCapabilities.isPaperNearEndSensorSupported;
Public ReadOnly Property IsPaperNearEndSensorSupported As Boolean
プロパティ値
Boolean
bool
プリンター ステーションに低用紙センサーがある場合は True。それ以外の場合は false。