Leadtools.Barcode Namespace : BarcodeReturnCheckDigit Enumeration |
[SerializableAttribute()] public enum BarcodeReturnCheckDigit : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum BarcodeReturnCheckDigit Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BarcodeReturnCheckDigit
[SerializableAttribute()] public enum BarcodeReturnCheckDigit : System.IComparable, System.IConvertible, System.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.IComparable, System.IConvertible, System.IFormattable
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.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.BarcodeReturnCheckDigit