| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum BarcodeMajorTypeFlags Inherits Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum BarcodeMajorTypeFlags : Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class BarcodeMajorTypeFlags : public Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| None | No barcode type selected. |
| Barcodes1d | Barcode Linear. |
| BarcodesPdfRead | Barcode PDF417 read module. |
| BarcodesPdfWrite | Barcode PDF417 write module. |
| BarcodesDatamatrixRead | Barcode Data Matrix read module. |
| BarcodesDatamatrixWrite | Barcode Data Matrix write module. |
| BarcodesQrRead | Barcode QR read module. |
| BarcodesQrWrite | Barcode QR write module. |
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.BarcodeMajorTypeFlags
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code