BarcodeSymbologyAttributes.IsCheckDigitValidationEnabled 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 barcode check digit will be validated.
public:
property bool IsCheckDigitValidationEnabled { bool get(); void set(bool value); };
bool IsCheckDigitValidationEnabled();
void IsCheckDigitValidationEnabled(bool value);
public bool IsCheckDigitValidationEnabled { get; set; }
var boolean = barcodeSymbologyAttributes.isCheckDigitValidationEnabled;
barcodeSymbologyAttributes.isCheckDigitValidationEnabled = boolean;
Public Property IsCheckDigitValidationEnabled As Boolean
Property Value
Boolean
bool
True if the barcode check digit will be validated; otherwise, false.