次の方法で共有


SlipPrinterCapabilities.IsFullLengthSupported プロパティ

定義

スリップ プリンター ステーションが完全な長さのフォームを印刷できるかどうかを取得します。

public:
 property bool IsFullLengthSupported { bool get(); };
bool IsFullLengthSupported();
public bool IsFullLengthSupported { get; }
var boolean = slipPrinterCapabilities.isFullLengthSupported;
Public ReadOnly Property IsFullLengthSupported As Boolean

プロパティ値

Boolean

bool

True の 場合、スリップ プリンター ステーションは、完全な長さのフォームを印刷できます。 False の場合、スリップ プリンター ステーションは、検証の種類のステーションです。 入力規則タイプのステーションは、通常、印刷ラインの数を制限し、検証伝票が使用されている間、レシートおよびジャーナルステーションへのアクセスをオフにします。

適用対象