LEADTOOLS Barcode (Leadtools.Barcode assembly)

BarcodeReturnCheckDigit Enumeration

Show in webframe







Return check digit mode to use when reading barcodes.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum BarcodeReturnCheckDigit 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BarcodeReturnCheckDigit
[SerializableAttribute()]
public enum BarcodeReturnCheckDigit : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTBarcodeReturnCheckDigit
public enum BarcodeReturnCheckDigit
Leadtools.Barcode.BarcodeReturnCheckDigit = function() { };
Leadtools.Barcode.BarcodeReturnCheckDigit.prototype = {
Default = 0, Yes = 1, No = 2, };
[SerializableAttribute()]
public enum class BarcodeReturnCheckDigit : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0DefaultDefault mode, depends on the symbology standard. Currently equal to Yes for UPC and EAN barcodes.
1YesAlways return the check digit if the symbology supports it.
2NoDo not return the digit.
Remarks

Used to indicate whether or not the results returned from reading barcodes will contain a check digit or not. Note that not all barcode types support check digits.

Example

For an example, refer to BarcodeReadOptions.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.BarcodeReturnCheckDigit

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace

 

 


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