次の方法で共有


ReceiptPrinterCapabilities.IsPrintAreaSupported プロパティ

定義

レシート プリンター ステーションが、プリンターを印刷するページの領域のカスタム サイズの設定をサポートしているかどうかを取得します。

public:
 property bool IsPrintAreaSupported { bool get(); };
bool IsPrintAreaSupported();
public bool IsPrintAreaSupported { get; }
var boolean = receiptPrinterCapabilities.isPrintAreaSupported;
Public ReadOnly Property IsPrintAreaSupported As Boolean

プロパティ値

Boolean

bool

True の 場合、レシート プリンター ステーションは、プリンターを印刷するページの領域のカスタム サイズの設定をサポートしています。それ以外の場合は false。

実装

適用対象

こちらもご覧ください