BarcodeSymbologyAttributes.IsCheckDigitTransmissionSupported Property

Definition

Gets whether the barcode symbology supports transmitting the check digit to the host as part of the raw data.

public:
 property bool IsCheckDigitTransmissionSupported { bool get(); };
bool IsCheckDigitTransmissionSupported();
public bool IsCheckDigitTransmissionSupported { get; }
var boolean = barcodeSymbologyAttributes.isCheckDigitTransmissionSupported;
Public ReadOnly Property IsCheckDigitTransmissionSupported As Boolean

Property Value

Boolean

bool

True if the barcode symbology supports transmitting the check digit as raw data; otherwise, false.

Applies to