[SerializableAttribute()]
public enum BarcodeReturnCheckDigit
<SerializableAttribute()>
Public Enum BarcodeReturnCheckDigit
typedef NS_ENUM(NSInteger, LTBarcodeReturnCheckDigit)
public enum BarcodeReturnCheckDigit
[SerializableAttribute()]
public enum class BarcodeReturnCheckDigit
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document