Leadtools.Barcode Namespace : MicroPDF417BarcodeReadMode Enumeration |
[SerializableAttribute()] public enum MicroPDF417BarcodeReadMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum MicroPDF417BarcodeReadMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MicroPDF417BarcodeReadMode
[SerializableAttribute()] public enum MicroPDF417BarcodeReadMode : System.IComparable, System.IConvertible, System.IFormattable
enum LTMicroPDF417BarcodeReadMode
public enum MicroPDF417BarcodeReadMode
Leadtools.Barcode.MicroPDF417BarcodeReadMode = function() { }; Leadtools.Barcode.MicroPDF417BarcodeReadMode.prototype = {
Mode0 = 0, Mode1 = 1, Mode2 = 2, Mode3Basic = 3, Mode3Extended = 4, ModeMicroPDF417Basic = 5, ModeMicroPDF417Extended = 6, };
[SerializableAttribute()] public enum class MicroPDF417BarcodeReadMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
The MicroPDF417BarcodeReadMode enumeration is used as the type for the MicroPDF417BarcodeReadOptions.ReadMode property and can be used to control which mode to use when reading the MicroPDF417 data.
For an example, refer to MicroPDF417BarcodeReadOptions.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.MicroPDF417BarcodeReadMode