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 : 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
typedef NS_ENUM(NSInteger, LTCode11BarcodeCheckDigitType)
public enum Code11BarcodeCheckDigitType
Leadtools.Barcode.Code11BarcodeCheckDigitType = function() { }; Leadtools.Barcode.Code11BarcodeCheckDigitType.prototype = {<br/> 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