←Select platform

BarcodeSearchTypeFlags Enumeration

Summary

Obsolete: Flags that identify the barcode types to search.

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum BarcodeSearchTypeFlags   
<FlagsAttribute()> 
Public Enum BarcodeSearchTypeFlags  
    
    
[FlagsAttribute()] 
public enum class BarcodeSearchTypeFlags   

Members

ValueMemberDescription
0x80000001Barcode1dEan13 EAN 13 type. Used with consumer products internationally.
0x80000002Barcode1dEan8 EAN 8 type. The short version of EAN13.
0x80000004Barcode1dUpcVersionA UPC version A type. Used with consumer products in U.S.
0x80000008Barcode1dUpcVersionE UPC version E type. It is the short version of UPCA.
0x80000010Barcode1dCode3Of9 Code 3 of 9 (Code 39) type. Used especially in non-retail environments.
0x80000020Barcode1dCode128 Code 128 type. Very dense code, used extensively worldwide.
0x80000040Barcode1dCodeInterleaved2Of5 Interleaved 2 of 5 type. Used in warehouse, industrial applications.
0x80000080Barcode1dCodabar CODABAR (Ames Code/USD-4/NW-7/2 of 7 Code) type. Used in libraries and blood banks.
0x80000100Barcode1dUccean128 UCCEAND 128 type
0x80000200Barcode1dCode93 Code 93 type. Compressed form of Code 39
0x80000400Barcode1dEanext5 5-digit supplemental type. May be used with UPCA, UPCE, EAN13 and EAN8 on books to indicate a suggested retail price.
0x80000800Barcode1dEanext2 2-digit supplemental type. May be used with UPCA, UPCE, EAN13 and EAN8 to indicate magazines and newspaper issue numbers.
0x80001000Barcode1dMsi MSI (Modified Plessey) type. Used to mark retail shelves for inventory control.
0x80002000Barcode1dCode11 Code 11(USD-8) type. Used in labeling telecommunications equipment.
0x80004000Barcode1dCodeStandard2Of5 Standard 2 of 5 (Industrial 2 of 5) type. Used in the photofinishing, warehouse sorting industries and sequentially numbering airline tickets.
0x80007FFFBarcode1dReadAnyTypeNoRss14 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.
0x80008000Barcode1dRss14 GS1 Databar (formerly RSS14) type. Used in grocery industry, healthcare, and where items are too small to allow for older barcode symbologies.
0x80010000Barcode1dRss14Limited GS1 Databar (formerly RSS14) Limited type. It is a short version of GS1 Databar (formerly RSS14).
0x80020000Barcode1dRss14Expanded GS1 Databar (formerly RSS14) Expanded type. It encodes item identification plus supplementary strings such as weight and date. Used in grocery industry and healthcare.
0x8003FFFFBarcode1dReadAnyType Search for all linear barcode types.
0x0None No barcode type.
0x4000001Barcode1dPatchcode Patch Code type.
0x4000002Barcode1dPostnet Postnet type.
0x4000004Barcode1dPlanet Planet type.
0x4000008Barcode1dAustralianPost Australian Post 4 State type.
0x4000010Barcode1dRm4scc Royal Mail (RM4SCC) 4 State type.
0x4000020Barcode1dRss14Stacked 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).
0x4000040Barcode1dRss14ExpandedStacked 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.
0x4000080Barcode1dUsps4bc USPS OneCode 4-State Barcode (4BC) type.
0x8000001QrCode Read QR barcodes.
0x8000300QrDefault Default QR Code size type.
0x8000301QrModel2Version1 QR Code Model 2, Version 1.
0x8000302QrModel2Version2 QR Code Model 2, Version 2.
0x8000303QrModel2Version3 QR Code Model 2, Version 3.
0x8000304QrModel2Version4 QR Code Model 2, Version 4.
0x8000305QrModel2Version5 QR Code Model 2, Version 5.
0x8000306QrModel2Version6 QR Code Model 2, Version 6.
0x8000307QrModel2Version7 QR Code Model 2, Version 7.
0x8000308QrModel2Version8 QR Code Model 2, Version 8.
0x8000309QrModel2Version9 QR Code Model 2, Version 9.
0x800030AQrModel2Version10 QR Code Model 2, Version 10.
0x800030BQrModel2Version11 QR Code Model 2, Version 11.
0x800030CQrModel2Version12 QR Code Model 2, Version 12.
0x800030DQrModel2Version13 QR Code Model 2, Version 13.
0x800030EQrModel2Version14 QR Code Model 2, Version 14.
0x800030FQrModel2Version15 QR Code Model 2, Version 15.
0x8000310QrModel2Version16 QR Code Model 2, Version 16.
0x8000311QrModel2Version17 QR Code Model 2, Version 17.
0x8000312QrModel2Version18 QR Code Model 2, Version 18.
0x8000313QrModel2Version19 QR Code Model 2, Version 19.
0x8000314QrModel2Version20 QR Code Model 2, Version 20.
0x8000315QrModel2Version21 QR Code Model 2, Version 21.
0x8000316QrModel2Version22 QR Code Model 2, Version 22.
0x8000317QrModel2Version23 QR Code Model 2, Version 23.
0x8000318QrModel2Version24 QR Code Model 2, Version 24.
0x8000319QrModel2Version25 QR Code Model 2, Version 25.
0x800031AQrModel2Version26 QR Code Model 2, Version 26.
0x800031BQrModel2Version27 QR Code Model 2, Version 27.
0x800031CQrModel2Version28 QR Code Model 2, Version 28.
0x800031DQrModel2Version29 QR Code Model 2, Version 29.
0x800031EQrModel2Version30 QR Code Model 2, Version 30.
0x800031FQrModel2Version31 QR Code Model 2, Version 31.
0x8000320QrModel2Version32 QR Code Model 2, Version 32.
0x8000321QrModel2Version33 QR Code Model 2, Version 33.
0x8000322QrModel2Version34 QR Code Model 2, Version 34.
0x8000323QrModel2Version35 QR Code Model 2, Version 35.
0x8000324QrModel2Version36 QR Code Model 2, Version 36.
0x8000325QrModel2Version37 QR Code Model 2, Version 37.
0x8000326QrModel2Version38 QR Code Model 2, Version 38.
0x8000327QrModel2Version39 QR Code Model 2, Version 39.
0x8000328QrModel2Version40 QR Code Model 2, Version 40.
0x8000329QrModel1Version1 QR Code Model 1, Version 1.
0x800032AQrModel1Version2 QR Code Model 1, Version 2.
0x800032BQrModel1Version3 QR Code Model 1, Version 3.
0x800032CQrModel1Version4 QR Code Model 1, Version 4.
0x800032DQrModel1Version5 QR Code Model 1, Version 5.
0x800032EQrModel1Version6 QR Code Model 1, Version 6.
0x800032FQrModel1Version7 QR Code Model 1, Version 7.
0x8000330QrModel1Version8 QR Code Model 1, Version 8.
0x8000331QrModel1Version9 QR Code Model 1, Version 9.
0x8000332QrModel1Version10 QR Code Model 1, Version 10.
0x8000333QrModel1Version11 QR Code Model 1, Version 11.
0x8000334QrModel1Version12 QR Code Model 1, Version 12.
0x8000335QrModel1Version13 QR Code Model 1, Version 13.
0x8000336QrModel1Version14 QR Code Model 1, Version 14.
0x8000337QrModel1Default QR Code Model 1 Default Version.
0x10000001DatamatrixReadSquare Read square Data Matrix symbols.
0x10000002DatamatrixReadRectangle Read rectangular Data Matrix symbols.
0x10000004DatamatrixReadSmall Read small Data Matrix symbols.
0x10000101DatamatrixDefault Data Matrix Default Type.
0x10000102Datamatrix10x10 Data Matrix Type 10x10.
0x10000103Datamatrix12x12 Data Matrix Type 12x12.
0x10000104Datamatrix14x14 Data Matrix Type 14x14.
0x10000105Datamatrix16x16 Data Matrix Type 16x16.
0x10000106Datamatrix18x18 Data Matrix Type 18x18.
0x10000107Datamatrix20x20 Data Matrix Type 20x20.
0x10000108Datamatrix22x22 Data Matrix Type 22x20.
0x10000109Datamatrix24x24 Data Matrix Type 24x24.
0x1000010ADatamatrix26x26 Data Matrix Type 26x26.
0x1000010BDatamatrix32x32 Data Matrix Type 32x32.
0x1000010CDatamatrix36x36 Data Matrix Type 36x36.
0x1000010DDatamatrix40x40 Data Matrix Type 40x40.
0x1000010EDatamatrix44x44 Data Matrix Type 44x44.
0x1000010FDatamatrix48x48 Data Matrix Type 48x48.
0x10000110Datamatrix52x52 Data Matrix Type 52x52.
0x10000111Datamatrix64x64 Data Matrix Type 64x64.
0x10000112Datamatrix72x72 Data Matrix Type 72x72.
0x10000113Datamatrix80x80 Data Matrix Type 80x80.
0x10000114Datamatrix88x88 Data Matrix Type 88x88.
0x10000115Datamatrix96x96 Data Matrix Type 96x96.
0x10000116Datamatrix104x104 Data Matrix Type 104x104.
0x10000117Datamatrix120x120 Data Matrix Type 120x120.
0x10000118Datamatrix132x132 Data Matrix Type 132x132.
0x10000119Datamatrix144x144 Data Matrix Type 144x144.
0x1000011ADatamatrix8x18 Data Matrix Type 8x18.
0x1000011BDatamatrix8x32 Data Matrix Type 8x32.
0x1000011CDatamatrix12x26 Data Matrix Type 12x26.
0x1000011DDatamatrix12x36 Data Matrix Type 12x36.
0x1000011EDatamatrix16x36 Data Matrix Type 16x36.
0x1000011FDatamatrix16x48 Data Matrix Type 16x48.
0x10000180DatamatrixWriteRectangle Data Matrix Write Rectangle Type.
0x20000001MicroPdf417 MicroPDF417.
0x20002000Pdf417 PDF417.
0x40000001CodeOneDef CodeOne default
0x40000002CodeOneTDef CodeOne T default
0x40000004CodeOneSDef CodeOne S default
0x40000008CodeOneA CodeOne A
0x40000010CodeOneB CodeOne B
0x40000020CodeOneC CodeOne C
0x40000040CodeOneD CodeOne D
0x40000080CodeOneE CodeOne E
0x40000100CodeOneF CodeOne F
0x40000200ReadCodeOneAtoH Read Code One A to H type
0x40000200CodeOneG CodeOne G
0x40000400ReadCodeOneT Read Code One T type
0x40000400CodeOneH CodeOne H
0x40000800ReadCodeOneS Read Code One S type
0x40000800CodeOneT16 CodeOne T16
0x40001000CodeOneT32 CodeOne T32
0x40001000ReadCodeOneAnyType Read Code Any type
0x40002000CodeOneT48 CodeOne T48
0x40004000CodeOneS10 CodeOne S10
0x40008000CodeOneS20 CodeOne S20
0x40010000CodeOneS30 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly