ReceiptPrinterCapabilities.IsBarcodeSupported Property

Definition

Gets whether the receipt printer station can print barcodes.

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

Property Value

Boolean

bool

True if the receipt printer station can print barcodes; otherwise false.

Implements

Applies to

See also