Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> <SerializableAttribute()> Public Enum BarcodeStandard1DSearchCodes Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] [SerializableAttribute()] public enum BarcodeStandard1DSearchCodes : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] [SerializableAttribute()] public enum class BarcodeStandard1DSearchCodes : public Enum |
Member | Description |
---|---|
AllNoRss14 | Search for all linear barcode types except GS1 Databar (formerly RSS14) types. |
Any | Search for all standard linear barcode types. |
Codabar | CODABAR (Ames Code/USD-4/NW-7/2 of 7 Code) type. |
Code11 | Code 11(USD-8) type. |
Code128 | Code 128 type. |
Code3Of9 | Code 3 of 9 (Code 39) type. |
Code93 | Code 93 type. |
CodeInterleaved2Of5 | Interleaved 2 of 5 type. |
CodeStandard2Of5 | Standard 2 of 5 (Industrial 2 of 5) type. |
Ean13 | EAN 13 type. |
Ean8 | EAN 8 type. |
EanExt2 | 2-digit supplemental type. |
EanExt5 | 5-digit supplemental type. |
Msi | MSI (Modified Plessey) type. |
None | None. |
Rss14 | GS1 Databar (formerly RSS14) type. |
Rss14Expanded | GS1 Databar (formerly RSS14) expanded type. |
Rss14Limited | GS1 Databar (formerly RSS14) limited type. |
UccEan128 | UCCEAND 128 type. |
UpcVersionA | UPC version A type. |
UpcVersionE | UPC version E type. |
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Processing.BarcodeStandard1DSearchCodes
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family