Leadtools.Barcode Namespace : Code11BarcodeCheckDigitType Enumeration |
[SerializableAttribute()] public enum Code11BarcodeCheckDigitType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum Code11BarcodeCheckDigitType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As Code11BarcodeCheckDigitType
[SerializableAttribute()] public enum Code11BarcodeCheckDigitType : System.IComparable, System.IConvertible, System.IFormattable
enum LTCode11BarcodeCheckDigitType
public enum Code11BarcodeCheckDigitType
Leadtools.Barcode.Code11BarcodeCheckDigitType = function() { }; Leadtools.Barcode.Code11BarcodeCheckDigitType.prototype = {
CDigit = 0, CAndKDigits = 1, };
[SerializableAttribute()] public enum class Code11BarcodeCheckDigitType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
The Code11BarcodeCheckDigitType enumeration is used as the type for the OneDBarcodeReadOptions.Code11CheckDigitType and OneDBarcodeWriteOptions.Code11CheckDigitType properties to indicate the check digit type to use when reading or writing Code 11 (USD-8) barcodes.
For an example, refer to OneDBarcodeReadOptions and OneDBarcodeWriteOptions.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.Code11BarcodeCheckDigitType