←Select platform

ReturnCheckDigit Property (PostNetPlanetBarcodeReadOptions)

Summary

Gets or sets a value that indicates whether the error check digit is returned as part of the barcode data.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DescriptionAttribute("Enables or disables the use of an error-check digit while reading a barcode")] 
[CategoryAttribute("        Error Checking and Correction")] 
[DisplayNameAttribute("Use check digit error")] 
[DefaultValueAttribute()] 
public Leadtools.Barcode.BarcodeReturnCheckDigit ReturnCheckDigit {get; set;} 
<DescriptionAttribute("Enables or disables the use of an error-check digit while reading a barcode")> 
<CategoryAttribute("     Error Checking and Correction")> 
<DisplayNameAttribute("Use check digit error")> 
<DefaultValueAttribute()> 
Public Property ReturnCheckDigit As Leadtools.Barcode.BarcodeReturnCheckDigit 
[DescriptionAttribute("Enables or disables the use of an error-check digit while reading a barcode")] 
[CategoryAttribute("        Error Checking and Correction")] 
[DisplayNameAttribute("Use check digit error")] 
[DefaultValueAttribute()] 
public Leadtools.Barcode.BarcodeReturnCheckDigit ReturnCheckDigit {get; set;} 
@property (nonatomic, assign) LTBarcodeReturnCheckDigit returnCheckDigit 
public BarcodeReturnCheckDigit getReturnCheckDigit() 
public void setReturnCheckDigit(BarcodeReturnCheckDigit value) 
             
DescriptionAttribute("Enables or disables the use of an error-check digit while reading a barcode") 
CategoryAttribute("     Error Checking and Correction") 
DisplayNameAttribute("Use check digit error") 
DefaultValueAttribute() 
  
get_ReturnCheckDigit(); 
set_ReturnCheckDigit(value); 
Object.defineProperty('ReturnCheckDigit');  
[DescriptionAttribute("Enables or disables the use of an error-check digit while reading a barcode")] 
[CategoryAttribute("        Error Checking and Correction")] 
[DisplayNameAttribute("Use check digit error")] 
[DefaultValueAttribute()] 
public: 
property Leadtools.Barcode.BarcodeReturnCheckDigit ReturnCheckDigit { 
   Leadtools.Barcode.BarcodeReturnCheckDigit get(); 
   void set (    Leadtools.Barcode.BarcodeReturnCheckDigit ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize