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

EnableErrorCheck Property (OneDBarcodeReadOptions)








Gets or sets a value that indicates whether the optional check word is used for validity check when reading a barcode (if supported). .NET support WinRT support Silverlight support
Syntax
[DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")]
[DisplayNameAttribute("Use check digit error")]
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
public bool EnableErrorCheck {get; set;}
'Declaration
 
<DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")>
<DisplayNameAttribute("Use check digit error")>
<CategoryAttribute("		Error Checking and Correction")>
<DefaultValueAttribute()>
Public Property EnableErrorCheck As Boolean
'Usage
 
Dim instance As OneDBarcodeReadOptions
Dim value As Boolean
 
instance.EnableErrorCheck = value
 
value = instance.EnableErrorCheck
[DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")]
[DisplayNameAttribute("Use check digit error")]
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
public bool EnableErrorCheck {get; set;}
ObjectiveC Syntax
Java Syntax
DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")
DisplayNameAttribute("Use check digit error")
CategoryAttribute("		Error Checking and Correction")
DefaultValueAttribute()
 get_EnableErrorCheck();
set_EnableErrorCheck(value);
[DescriptionAttribute("Enables or disables the use of an error check digit while reading a barcode")]
[DisplayNameAttribute("Use check digit error")]
[CategoryAttribute("		Error Checking and Correction")]
[DefaultValueAttribute()]
public:
property bool EnableErrorCheck {
   bool get();
   void set (    bool value);
}

Property Value

true to indicate that the optional check word is used for validity check when reading a barcode. Otherwise, false. The default value is false.
Remarks

If you set the value of EnableErrorCheck to true, then the engine will perform error checking (CRC) using the optional check word and the barcode data before returning the barcode found. If the check failed, no barcode is returned.

The EnableErrorCheck property setting will only have effect when reading barcode symbologies that support an optional check word. These barcode symbologies are listed below:

The rest of the symbologies supported by this options class requires the check word to be valid and checking is not optional. The engine will always check the check word against the data regardless of the value of EnableErrorCheck.

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