←Select platform

ReadBarcode1dStandardFlags Enumeration

Summary

These flags identify the standard barcode types to search for.

Syntax

C#
VB
C++
[FlagsAttribute()] 
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadBarcodeStandardFlags")] 
public enum ReadBarcode1dStandardFlags 
  
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadBarcodeStandardFlags")> 
<FlagsAttribute()> 
Public Enum ReadBarcode1dStandardFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="ReadBarcodeStandardFlags")] 
[FlagsAttribute()] 
public enum class ReadBarcode1dStandardFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000001AllSearches for all linear barcode types.
0x00000002Ean13EAN 13 type. Used internationally with consumer products.
0x00000004Ean8EAN 8 type. The short version of EAN13.
0x00000008UpcAUPC version A type. Used with consumer products in the U.S.
0x00000010UpcEUPC version E type. It is the short version of UPCA.
0x00000020Code3Of9Code 3 of 9 (Code 39) type. Used especially in non-retail environments.
0x00000040Code128Code 128 type. Very dense code, used extensively worldwide.
0x00000080CodeInterleaved2Of5Interleaved 2 of 5 type. Frequently used in warehouse and industrial applications.
0x00000100CodabarCODABAR (Ames Code/USD-4/NW-7/2 of 7 Code) type. Used in libraries and blood banks.
0x00000200Uccean128UCCEAND 128 type (for read only)
0x00000400Code93Code 93 type. Compressed form of Code 39
0x00000800Eanext55-digit supplemental type. May be used with UPCA, UPCE, EAN13 and EAN8 on books to indicate a suggested retail price.
0x00001000Eanext22-digit supplemental type. May be used with UPCA, UPCE, EAN13 and EAN8 to indicate magazines and newspaper issue numbers.
0x00002000MsiMSI (Modified Plessey) type. Used to mark retail shelves for inventory control.
0x00004000Code11Code 11(USD-8) type. Used in labeling telecommunications equipment.
0x00008000CodeStandard2Of5Standard 2 of 5 (Industrial 2 of 5) type. Used in the photofinishing, warehouse sorting industries and sequentially numbering airline tickets.
0x00010000Rss14GS1 Databar (formerly RSS14) type. Used in grocery industry, healthcare, and where items are too small to allow for older barcode symbologies.
0x00020000Rss14LimitedGS1 Databar (formerly RSS14) Limited type. It is a short version of GS1 Databar (formerly RSS14).
0x00040000Rss14ExpandedGS1 Databar (formerly RSS14) Expanded type. It encodes item identification plus supplementary strings such as weight and date. Used in grocery industry and healthcare.
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.Services.Barcode.DataContracts Assembly