Leadtools.Barcode Requires Barcode add-on license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
BarcodeSearchTypeFlags Enumeration
See Also  
Leadtools.Barcode Namespace : BarcodeSearchTypeFlags Enumeration



Flags that identify the barcode types to search.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum BarcodeSearchTypeFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BarcodeSearchTypeFlags
C# 
[FlagsAttribute()]
public enum BarcodeSearchTypeFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class BarcodeSearchTypeFlags : public Enum 

Members

MemberDescription
None No barcode type.
Barcode1dReadAnyType Search for all linear barcode types.
Barcode1dReadAnyTypeNoRss14 Search for all linear barcode types except GS1 Databar (formerly RSS14) types. It is faster than BarcodeSearchTypeFlags.Barcode1dReadAnyType option if you are not looking for RSS14 types.
Barcode1dEan13 EAN 13 type. Used with consumer products internationally.
Barcode1dEan8 EAN 8 type. The short version of EAN13.
Barcode1dUpcVersionA UPC version A type. Used with consumer products in U.S.
Barcode1dUpcVersionE UPC version E type. It is the short version of UPCA.
Barcode1dCode3Of9 Code 3 of 9 (Code 39) type. Used especially in non-retail environments.
Barcode1dCode128 Code 128 type. Very dense code, used extensively worldwide.
Barcode1dCodeInterleaved2Of5 Interleaved 2 of 5 type. Used in warehouse, industrial applications.
Barcode1dCodabar CODABAR (Ames Code/USD-4/NW-7/2 of 7 Code) type. Used in libraries and blood banks.
Barcode1dUccean128 UCCEAND 128 type (for read only)
Barcode1dCode93 Code 93 type. Compressed form of Code 39
Barcode1dEanext5 5-digit supplemental type. May be used with UPCA, UPCE, EAN13 and EAN8 on books to indicate a suggested retail price.
Barcode1dEanext2 2-digit supplemental type. May be used with UPCA, UPCE, EAN13 and EAN8 to indicate magazines and newspaper issue numbers.
Barcode1dMsi MSI (Modified Plessey) type. Used to mark retail shelves for inventory control.
Barcode1dCode11 Code 11(USD-8) type. Used in labeling telecommunications equipment.
Barcode1dCodeStandard2Of5 Standard 2 of 5 (Industrial 2 of 5) type. Used in the photofinishing, warehouse sorting industries and sequentially numbering airline tickets.
Barcode1dRss14 GS1 Databar (formerly RSS14) type. Used in grocery industry, healthcare, and where items are too small to allow for older barcode symbologies.
Barcode1dRss14Limited GS1 Databar (formerly RSS14) Limited type. It is a short version of GS1 Databar (formerly RSS14).
Barcode1dRss14Expanded GS1 Databar (formerly RSS14) Expanded type. It encodes item identification plus supplementary strings such as weight and date. Used in grocery industry and healthcare.
Barcode1dPatchcode Patch Code type.
Barcode1dPostnet Postnet type.
Barcode1dPlanet Planet type.
Barcode1dAustralianPost Australian Post 4 State type.
Barcode1dRm4scc Royal Mail (RM4SCC) 4 State type.
Barcode1dRss14Stacked GS1 Databar (formerly RSS14) Stacked / GS1 Databar (formerly RSS14) Stacked Omni-Directional types. Used as GS1 Databar (formerly RSS14) if the available space is too narrow for the standard GS1 Databar (formerly RSS14).
Barcode1dRss14ExpandedStacked GS1 Databar (formerly RSS14) Expanded Stacked barcode type. Used as GS1 Databar (formerly RSS14) Expanded if the available space is too narrow to fit in one line.
Barcode1dUsps4bc USPS OneCode 4-State Barcode (4BC) type.
Pdf417 PDF417.
MicroPdf417 MicroPDF417.
DatamatrixDefault Data Matrix Default Type.
Datamatrix10x10 Data Matrix Type 10x10.
Datamatrix12x12 Data Matrix Type 12x12.
Datamatrix14x14 Data Matrix Type 14x14.
Datamatrix16x16 Data Matrix Type 16x16.
Datamatrix18x18 Data Matrix Type 18x18.
Datamatrix20x20 Data Matrix Type 20x20.
Datamatrix22x22 Data Matrix Type 22x20.
Datamatrix24x24 Data Matrix Type 24x24.
Datamatrix26x26 Data Matrix Type 26x26.
Datamatrix32x32 Data Matrix Type 32x32.
Datamatrix36x36 Data Matrix Type 36x36.
Datamatrix40x40 Data Matrix Type 40x40.
Datamatrix44x44 Data Matrix Type 44x44.
Datamatrix48x48 Data Matrix Type 48x48.
Datamatrix52x52 Data Matrix Type 52x52.
Datamatrix64x64 Data Matrix Type 64x64.
Datamatrix72x72 Data Matrix Type 72x72.
Datamatrix80x80 Data Matrix Type 80x80.
Datamatrix88x88 Data Matrix Type 88x88.
Datamatrix96x96 Data Matrix Type 96x96.
Datamatrix104x104 Data Matrix Type 104x104.
Datamatrix120x120 Data Matrix Type 120x120.
Datamatrix132x132 Data Matrix Type 132x132.
Datamatrix144x144 Data Matrix Type 144x144.
Datamatrix8x18 Data Matrix Type 8x18.
Datamatrix8x32 Data Matrix Type 8x32.
Datamatrix12x26 Data Matrix Type 12x26.
Datamatrix12x36 Data Matrix Type 12x36.
Datamatrix16x36 Data Matrix Type 16x36.
Datamatrix16x48 Data Matrix Type 16x48.
DatamatrixWriteRectangle Data Matrix Write Rectangle Type.
QrDefault Default QR Code size type.
QrModel2Version1 QR Code Model 2, Version 1.
QrModel2Version2 QR Code Model 2, Version 2.
QrModel2Version3 QR Code Model 2, Version 3.
QrModel2Version4 QR Code Model 2, Version 4.
QrModel2Version5 QR Code Model 2, Version 5.
QrModel2Version6 QR Code Model 2, Version 6.
QrModel2Version7 QR Code Model 2, Version 7.
QrModel2Version8 QR Code Model 2, Version 8.
QrModel2Version9 QR Code Model 2, Version 9.
QrModel2Version10 QR Code Model 2, Version 10.
QrModel2Version11 QR Code Model 2, Version 11.
QrModel2Version12 QR Code Model 2, Version 12.
QrModel2Version13 QR Code Model 2, Version 13.
QrModel2Version14 QR Code Model 2, Version 14.
QrModel2Version15 QR Code Model 2, Version 15.
QrModel2Version16 QR Code Model 2, Version 16.
QrModel2Version17 QR Code Model 2, Version 17.
QrModel2Version18 QR Code Model 2, Version 18.
QrModel2Version19 QR Code Model 2, Version 19.
QrModel2Version20 QR Code Model 2, Version 20.
QrModel2Version21 QR Code Model 2, Version 21.
QrModel2Version22 QR Code Model 2, Version 22.
QrModel2Version23 QR Code Model 2, Version 23.
QrModel2Version24 QR Code Model 2, Version 24.
QrModel2Version25 QR Code Model 2, Version 25.
QrModel2Version26 QR Code Model 2, Version 26.
QrModel2Version27 QR Code Model 2, Version 27.
QrModel2Version28 QR Code Model 2, Version 28.
QrModel2Version29 QR Code Model 2, Version 29.
QrModel2Version30 QR Code Model 2, Version 30.
QrModel2Version31 QR Code Model 2, Version 31.
QrModel2Version32 QR Code Model 2, Version 32.
QrModel2Version33 QR Code Model 2, Version 33.
QrModel2Version34 QR Code Model 2, Version 34.
QrModel2Version35 QR Code Model 2, Version 35.
QrModel2Version36 QR Code Model 2, Version 36.
QrModel2Version37 QR Code Model 2, Version 37.
QrModel2Version38 QR Code Model 2, Version 38.
QrModel2Version39 QR Code Model 2, Version 39.
QrModel2Version40 QR Code Model 2, Version 40.
QrModel1Version1 QR Code Model 1, Version 1.
QrModel1Version2 QR Code Model 1, Version 2.
QrModel1Version3 QR Code Model 1, Version 3.
QrModel1Version4 QR Code Model 1, Version 4.
QrModel1Version5 QR Code Model 1, Version 5.
QrModel1Version6 QR Code Model 1, Version 6.
QrModel1Version7 QR Code Model 1, Version 7.
QrModel1Version8 QR Code Model 1, Version 8.
QrModel1Version9 QR Code Model 1, Version 9.
QrModel1Version10 QR Code Model 1, Version 10.
QrModel1Version11 QR Code Model 1, Version 11.
QrModel1Version12 QR Code Model 1, Version 12.
QrModel1Version13 QR Code Model 1, Version 13.
QrModel1Version14 QR Code Model 1, Version 14.
QrModel1Default QR Code Model 1 Default Version.
QrCode Read QR barcodes.
DatamatrixReadSquare Read square Data Matrix symbols.
DatamatrixReadRectangle Read rectangular Data Matrix symbols.
DatamatrixReadSmall Read small Data Matrix symbols.
ReadCodeOneAtoH Read Code One A to H type
ReadCodeOneT Read Code One T type
ReadCodeOneS Read Code One S type
ReadCodeOneAnyType Read Code Any type
CodeOneDef CodeOne default
CodeOneTDef CodeOne T default
CodeOneSDef CodeOne S default
CodeOneA CodeOne A
CodeOneB CodeOne B
CodeOneC CodeOne C
CodeOneD CodeOne D
CodeOneE CodeOne E
CodeOneF CodeOne F
CodeOneG CodeOne G
CodeOneH CodeOne H
CodeOneT16 CodeOne T16
CodeOneT32 CodeOne T32
CodeOneT48 CodeOne T48
CodeOneS10 CodeOne S10
CodeOneS20 CodeOne S20
CodeOneS30 CodeOne S30

Remarks

You can combine values when reading more than one barcode type, by using a bitwise OR (|). Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.BarcodeSearchTypeFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features