Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

ReturnCheckDigit Property (FourStateBarcodeReadOptions)








Gets or sets a value that indicates whether the error check digit is returned as part of the barcode data.
Syntax
[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 FourStateBarcodeReadOptions
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")
 <br/>get_ReturnCheckDigit();<br/>set_ReturnCheckDigit(value);<br/>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);
}

Property Value

Value indicating whether the error check digit is returned as part of the barcode data. The default value is Default.
Remarks

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.

Example

For an example, refer to FourStateBarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

FourStateBarcodeReadOptions Class
FourStateBarcodeReadOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features