共用方式為


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。

適用於