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