C#
VB
Java
Objective-C
WinRT C#
C++
Return check digit mode to use when reading barcodes.
[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
| Value | Member | Description |
|---|---|---|
| 0 | Default | Default mode, depends on the symbology standard. Currently equal to Yes for UPC and EAN barcodes. |
| 1 | Yes | Always return the check digit if the symbology supports it. |
| 2 | No | Do not return the digit. |
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.
For an example, refer to BarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
