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 : 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
typedef NS_ENUM(NSInteger, LTPDF417BarcodeReadMode)
public enum PDF417BarcodeReadMode
Leadtools.Barcode.PDF417BarcodeReadMode = function() { }; Leadtools.Barcode.PDF417BarcodeReadMode.prototype = {<br/> Mode0 = 0, Mode1 = 1, Mode2 = 2, Mode3Basic = 3, Mode3Extended = 4, };
[SerializableAttribute()] public enum class PDF417BarcodeReadMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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