BarcodeSymbologyAttributes.IsCheckDigitTransmissionSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.