ReceiptPrinterCapabilities.IsPrintAreaSupported プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レシート プリンター ステーションが、プリンターを印刷するページの領域のカスタム サイズの設定をサポートしているかどうかを取得します。
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。