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。

适用于