LEADTOOLS Barcode (Leadtools.Barcode assembly)
LEAD Technologies, Inc

ReturnCheckDigit Property (OneDBarcodeReadOptions)








Gets or sets a value that indicates whether the error check digit is returned as part of the barcode data. .NET support WinRT support Silverlight support
Syntax
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")]
[DisplayNameAttribute("Use check digit error")]
public BarcodeReturnCheckDigit ReturnCheckDigit {get; set;}
'Declaration
 
<CategoryAttribute("		Error Checking and Correction")>
<DefaultValueAttribute()>
<DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")>
<DisplayNameAttribute("Use check digit error")>
Public Property ReturnCheckDigit As BarcodeReturnCheckDigit
'Usage
 
Dim instance As OneDBarcodeReadOptions
Dim value As BarcodeReturnCheckDigit
 
instance.ReturnCheckDigit = value
 
value = instance.ReturnCheckDigit
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")]
[DisplayNameAttribute("Use check digit error")]
public BarcodeReturnCheckDigit ReturnCheckDigit {get; set;}
ObjectiveC Syntax
Java Syntax
CategoryAttribute("		Error Checking and Correction")
DefaultValueAttribute()
DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")
DisplayNameAttribute("Use check digit error")
 get_ReturnCheckDigit();
set_ReturnCheckDigit(value);
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
[DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")]
[DisplayNameAttribute("Use check digit error")]
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. 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 error check digit from the rest of the data based on the barcode symbology standard.

Example

For an example, refer to OneDBarcodeReadOptions.

Requirements

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

See Also

Reference

OneDBarcodeReadOptions Class
OneDBarcodeReadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

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