次の方法で共有


ReceiptPrinterCapabilities.CanCutPaper プロパティ

定義

レシート プリンター ステーションで用紙切り取りを実行できるかどうかを取得します。

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。

適用対象