←Select platform

BarcodeReturnCheckDigit Enumeration

Summary

Return check digit mode to use when reading barcodes.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum BarcodeReturnCheckDigit   
<SerializableAttribute()> 
Public Enum BarcodeReturnCheckDigit  
    
    
[SerializableAttribute()] 
public enum BarcodeReturnCheckDigit    
typedef NS_ENUM(NSInteger, LTBarcodeReturnCheckDigit) 
public enum BarcodeReturnCheckDigit 
Leadtools.Barcode.BarcodeReturnCheckDigit = function() { }; 
Leadtools.Barcode.BarcodeReturnCheckDigit.prototype = {<br/> 
  Default = 0, 
    Yes = 1, 
    No = 2, 
     
 }; 
[SerializableAttribute()] 
public enum class BarcodeReturnCheckDigit   

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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly