←Select platform

BarcodeReturnCheckDigit Enumeration

Summary

Return check digit mode to use when reading barcodes.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum BarcodeReturnCheckDigit   
<SerializableAttribute()> 
Public Enum BarcodeReturnCheckDigit  
typedef NS_ENUM(NSInteger, LTBarcodeReturnCheckDigit) 
public enum BarcodeReturnCheckDigit 
[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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly