![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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
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 : 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