ReceiptPrinterCapabilities.IsBitmapSupported Proprietà

Definizione

Ottiene un valore che indica se la stazione della stampante di ricevute può stampare bitmap.

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

Valore della proprietà

Boolean

bool

True se la stazione della stampante di ricevute può stampare bitmap; in caso contrario false.

Implementazioni

Si applica a

Vedi anche