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
ObjectiveC Syntax
Java Syntax
Leadtools.Barcode.BarcodeReturnCheckDigit = function() { }; Leadtools.Barcode.BarcodeReturnCheckDigit.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class BarcodeReturnCheckDigit : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Default | Default mode, depends on the symbology standard. Currently equal to Yes for UPC and EAN barcodes. |
No | Do not return the digit. |
Yes | Always return the check digit if the symbology supports it. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2