BarcodeSymbologyAttributes.IsCheckDigitTransmissionSupported
BarcodeSymbologyAttributes.IsCheckDigitTransmissionSupported
BarcodeSymbologyAttributes.IsCheckDigitTransmissionSupported
BarcodeSymbologyAttributes.IsCheckDigitTransmissionSupported
BarcodeSymbologyAttributes.IsCheckDigitTransmissionSupported
Property
Definition
Gets whether the barcode symbology supports transmitting the check digit to the host as part of the raw data.
public : Platform::Boolean IsCheckDigitTransmissionSupported { get; }
bool IsCheckDigitTransmissionSupported();
public bool IsCheckDigitTransmissionSupported { get; }
Public ReadOnly Property IsCheckDigitTransmissionSupported As bool
var bool = barcodeSymbologyAttributes.isCheckDigitTransmissionSupported;
Property Value
bool
bool
bool
True if the barcode symbology supports transmitting the check digit as raw data; otherwise, false.
Feedback
Loading feedback...