BarcodeSymbologyAttributes.IsCheckDigitTransmissionEnabled 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 check digit will be transmitted to the host as part of the raw data.
public:
property bool IsCheckDigitTransmissionEnabled { bool get(); void set(bool value); };
bool IsCheckDigitTransmissionEnabled();
void IsCheckDigitTransmissionEnabled(bool value);
public bool IsCheckDigitTransmissionEnabled { get; set; }
var boolean = barcodeSymbologyAttributes.isCheckDigitTransmissionEnabled;
barcodeSymbologyAttributes.isCheckDigitTransmissionEnabled = boolean;
Public Property IsCheckDigitTransmissionEnabled As Boolean
Property Value
Boolean
bool
True if the check digit will be tranmissted to the host as raw data; otherwise, false.