BarcodeSymbologyAttributesBuilder.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 or sets whether the barcode symbology supports transmitting the check digit to the client as part of the raw data.
public:
property bool IsCheckDigitTransmissionSupported { bool get(); void set(bool value); };
bool IsCheckDigitTransmissionSupported();
void IsCheckDigitTransmissionSupported(bool value);
public bool IsCheckDigitTransmissionSupported { get; set; }
var boolean = barcodeSymbologyAttributesBuilder.isCheckDigitTransmissionSupported;
barcodeSymbologyAttributesBuilder.isCheckDigitTransmissionSupported = boolean;
Public Property IsCheckDigitTransmissionSupported As Boolean
Property Value
Boolean
bool
True if the barcode symbology supports transmitting the check digit as raw data; otherwise, false.