The BarcodeMajorTypeFlags Enumeration includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Flags that identify the barcode major types.| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum BarcodeMajorTypeFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BarcodeMajorTypeFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum BarcodeMajorTypeFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class BarcodeMajorTypeFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Barcodes1d | Barcode Linear. |
| Barcodes2dRead | Barcode CodeOne read module. |
| Barcodes2dWrite | Barcode CodeOne write module. |
| BarcodesDatamatrixRead | Barcode Data Matrix read module. |
| BarcodesDatamatrixWrite | Barcode Data Matrix write module. |
| BarcodesPdfRead | Barcode PDF417 read module. |
| BarcodesPdfWrite | Barcode PDF417 write module. |
| BarcodesQrRead | Barcode QR read module. |
| BarcodesQrWrite | Barcode QR write module. |
| None | No barcode type selected. |
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.BarcodeMajorTypeFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code