ICommonReceiptSlipCapabilities.IsBarcodeSupported Property

Definition

Gets whether the receipt or slip printer station can print barcodes.

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

Property Value

Boolean

bool

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

Applies to

See also