LEADTOOLS Barcode (Leadtools.Barcode assembly)

ReturnCheckDigit Property (PostNetPlanetBarcodeReadOptions)

Show in webframe







Gets or sets a value that indicates whether the error check digit is returned as part of the barcode data.
Syntax
[CategoryAttribute("		Error Checking and Correction")]
[DisplayNameAttribute("Use check digit error")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables or disables the use of an error-check digit while reading a barcode")]
public BarcodeReturnCheckDigit ReturnCheckDigit {get; set;}
'Declaration
 
<CategoryAttribute("		Error Checking and Correction")>
<DisplayNameAttribute("Use check digit error")>
<DefaultValueAttribute()>
<DescriptionAttribute("Enables or disables the use of an error-check digit while reading a barcode")>
Public Property ReturnCheckDigit As BarcodeReturnCheckDigit
'Usage
 
Dim instance As PostNetPlanetBarcodeReadOptions
Dim value As BarcodeReturnCheckDigit
 
instance.ReturnCheckDigit = value
 
value = instance.ReturnCheckDigit
[CategoryAttribute("		Error Checking and Correction")]
[DisplayNameAttribute("Use check digit error")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables or disables the use of an error-check digit while reading a barcode")]
public BarcodeReturnCheckDigit ReturnCheckDigit {get; set;}
@property (nonatomic, assign) LTBarcodeReturnCheckDigit returnCheckDigit;
public BarcodeReturnCheckDigit getReturnCheckDigit()
public void setReturnCheckDigit(BarcodeReturnCheckDigit value)
            
CategoryAttribute("		Error Checking and Correction")
DisplayNameAttribute("Use check digit error")
DefaultValueAttribute()
DescriptionAttribute("Enables or disables the use of an error-check digit while reading a barcode")
 
get_ReturnCheckDigit();
set_ReturnCheckDigit(value);
Object.defineProperty('ReturnCheckDigit');
[CategoryAttribute("		Error Checking and Correction")]
[DisplayNameAttribute("Use check digit error")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables or disables the use of an error-check digit while reading a barcode")]
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). Then parse the data and extract the error-check digit from the rest of the data based on the barcode symbology standard.

Example

For an example, refer to PostNetPlanetBarcodeReadOptions.

Requirements

Target Platforms

See Also

Reference

PostNetPlanetBarcodeReadOptions Class
PostNetPlanetBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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