共用方式為


ReceiptPrinterCapabilities.IsPrintAreaSupported 屬性

定義

取得收據印表機站是否支援設定印表機列印所在頁面區域的自訂大小。

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。

實作

適用於

另請參閱