共用方式為


ReceiptPrinterCapabilities.IsBitmapSupported 屬性

定義

取得收據印表機站是否可以列印點陣圖。

public:
 property bool IsBitmapSupported { bool get(); };
bool IsBitmapSupported();
public bool IsBitmapSupported { get; }
var boolean = receiptPrinterCapabilities.isBitmapSupported;
Public ReadOnly Property IsBitmapSupported As Boolean

屬性值

Boolean

bool

如果收據印表機站可以列印點陣圖,則為 True;否則為 false。

實作

適用於

另請參閱