Leadtools.Barcode Namespace : PDF417BarcodeReadMode Enumeration |
[SerializableAttribute()] public enum PDF417BarcodeReadMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum PDF417BarcodeReadMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As PDF417BarcodeReadMode
[SerializableAttribute()] public enum PDF417BarcodeReadMode : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Barcode.PDF417BarcodeReadMode = function() { }; Leadtools.Barcode.PDF417BarcodeReadMode.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class PDF417BarcodeReadMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Mode0 | Basic channel mode with no transmission of symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal. |
Mode1 | Basic channel mode with transmit L1 symbology. Escape doubling. Macro PDF is transmitted. ECI is transmitted. Reserved code words are transmitted. |
Mode2 | Basic channel mode with transmit L2 symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal. |
Mode3Basic | Basic channel mode with transmit L0 symbology. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal. |
Mode3Extended | Basic channel mode with transmit L0 symbology. Escape doubling. Macro PDF is transmitted. ECI is transmitted in GLI format. Reserved code words transmitted. |
The PDF417BarcodeReadMode enumeration is used as the type for the PDF417BarcodeReadOptions.ReadMode property and can be used to control which mode to use when reading the PDF417 data.
For an example, refer to PDF417BarcodeReadOptions.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.PDF417BarcodeReadMode
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