Leadtools.Barcode Namespace > GS1DatabarStackedBarcodeReadOptions Class : ReturnCheckDigit Property |
[DefaultValueAttribute()] [DisplayNameAttribute("Use check digit error")] [DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")] [CategoryAttribute(" Error Checking and Correction")] public BarcodeReturnCheckDigit ReturnCheckDigit {get; set;}
'Declaration <DefaultValueAttribute()> <DisplayNameAttribute("Use check digit error")> <DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")> <CategoryAttribute(" Error Checking and Correction")> Public Property ReturnCheckDigit As BarcodeReturnCheckDigit
'Usage Dim instance As GS1DatabarStackedBarcodeReadOptions Dim value As BarcodeReturnCheckDigit instance.ReturnCheckDigit = value value = instance.ReturnCheckDigit
[DefaultValueAttribute()] [DisplayNameAttribute("Use check digit error")] [DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")] [CategoryAttribute(" Error Checking and Correction")] public BarcodeReturnCheckDigit ReturnCheckDigit {get; set;}
@property (nonatomic, assign) LTBarcodeReturnCheckDigit returnCheckDigit;
public BarcodeReturnCheckDigit getReturnCheckDigit() public void setReturnCheckDigit(BarcodeReturnCheckDigit value)
DefaultValueAttribute() DisplayNameAttribute("Use check digit error") DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode") CategoryAttribute(" Error Checking and Correction")
get_ReturnCheckDigit();
set_ReturnCheckDigit(value);
Object.defineProperty('ReturnCheckDigit');
[DefaultValueAttribute()] [DisplayNameAttribute("Use check digit error")] [DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")] [CategoryAttribute(" Error Checking and Correction")] public: property BarcodeReturnCheckDigit ReturnCheckDigit { BarcodeReturnCheckDigit get(); void set ( BarcodeReturnCheckDigit value); }
If you set the value of ReturnCheckDigit to Yes, then this digit is returned as part of barcode data (can be retrieved with BarcodeData.GetData or BarcodeData.Value). Then parse the data and extract the error check digit from the rest of the data based on the barcode symbology standard.
For an example, refer to GS1DatabarStackedBarcodeReadOptions.