Leadtools.Barcode Namespace > FourStateBarcodeReadOptions Class : ReturnCheckDigit Property |
[DisplayNameAttribute("Use check digit error")] [DefaultValueAttribute()] [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 <DisplayNameAttribute("Use check digit error")> <DefaultValueAttribute()> <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 FourStateBarcodeReadOptions Dim value As BarcodeReturnCheckDigit instance.ReturnCheckDigit = value value = instance.ReturnCheckDigit
[DisplayNameAttribute("Use check digit error")] [DefaultValueAttribute()] [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;}
ObjectiveC Syntax
Java Syntax
DisplayNameAttribute("Use check digit error") DefaultValueAttribute() 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);
[DisplayNameAttribute("Use check digit error")] [DefaultValueAttribute()] [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). You must then parse the data and extract error check digit from the rest of the data based on the barcode symbology standard.
For an example, refer to FourStateBarcodeReadOptions.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2