LEADTOOLS Barcode (Leadtools.Barcode assembly)

BarcodeSymbology Enumeration

Show in webframe







The barcode symbologies supported by LEADTOOLS.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum BarcodeSymbology 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BarcodeSymbology
enum LTBarcodeSymbology
public enum BarcodeSymbology
Leadtools.Barcode.BarcodeSymbology = function() { };
Leadtools.Barcode.BarcodeSymbology.prototype = {
Unknown = 0, EAN13 = 1, EAN8 = 2, UPCA = 3, UPCE = 4, Code3Of9 = 5, Code128 = 6, CodeInterleaved2Of5 = 7, Codabar = 8, UCCEAN128 = 9, Code93 = 10, EANEXT5 = 11, EANEXT2 = 12, MSI = 13, Code11 = 14, CodeStandard2Of5 = 15, GS1Databar = 16, GS1DatabarLimited = 17, GS1DatabarExpanded = 18, PatchCode = 19, PostNet = 20, Planet = 21, AustralianPost4State = 22, RoyalMail4State = 23, USPS4State = 24, GS1DatabarStacked = 25, GS1DatabarExpandedStacked = 26, PDF417 = 27, MicroPDF417 = 28, Datamatrix = 29, QR = 30, };
[SerializableAttribute()]
public enum class BarcodeSymbology : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0Unknown

Unknown symbology type. This has a special meaning in some of the methods that use BarcodeSymbology. For example, you can pass Unknown as the symbology parameter for the BarcodeReader.ReadBarcode method to indicate that the barcode type is unknown. It will also instruct the engine to read the first barcode found in the image using the other parameters.

1EAN13

EAN-13 (International Article Number with 13 digits) symbology. Used internationally with consumer products.

2EAN8

EAN-8. Derived from the longer European Article Number (EAN-13) code. It was introduced for use on small packages where an EAN-13 barcode would be too large.

3UPCA

UPC-A (Universal Product Code). Used with consumer products in the United States.

4UPCE

UPC-E. The short version of UPC-A.

5Code3Of9

Code 3 of 9 (Code 39) type. Used especially in non-retail environments.

6Code128

Code 128 type. Very dense code, used extensively worldwide.

7CodeInterleaved2Of5

Interleaved 2 of 5 type. Used in warehouse, industrial applications.

8Codabar

CODABAR (Ames Code/USD-4/NW-7/2 of 7 Code) type. Used in libraries and blood banks.

9UCCEAN128

UCCEAND 128 type

10Code93

Code 93 type. Compressed form of Code 39

11EANEXT5

5-digit supplemental type. May be used with UPCA, UPCE, EAN13 and EAN8 on books to indicate a suggested retail price.

12EANEXT2

2-digit supplemental type. May be used with UPCA, UPCE, EAN13 and EAN8 to indicate magazines and newspaper issue numbers.

13MSI

MSI (Modified Plessey) type. Used to mark retail shelves for inventory control.

14Code11

Code 11 (USD-8) type. Used in labeling telecommunications equipment.

15CodeStandard2Of5

Standard 2 of 5 (Industrial 2 of 5) type. Used in the photofinishing, warehouse sorting industries and sequentially numbering airline tickets.

16GS1Databar

GS1 Databar (formerly RSS14) type. Used in grocery industry, healthcare, and where items are too small to allow for older barcode symbologies.

17GS1DatabarLimited

GS1 Databar (formerly RSS14) Limited type. It is a short version of GS1 Databar (formerly RSS14).

18GS1DatabarExpanded

GS1 Databar (formerly RSS14) Expanded type. It encodes item identification plus supplementary strings such as weight and date. Used in grocery industry and healthcare.

19PatchCode

Patch Code type. Used only for batch separation and scanner control, primarily with Kodak scanners.

20PostNet

POSTNET (Postal Numeric Encoding Technique). Used by the United States Postal Service to assist in directing mail.

21Planet

PLANET (Postal Alpha Numeric Encoding Technique). Used by the United States Postal Service to identify and track pieces of mail during delivery.

22AustralianPost4State

Australian Post 4-State type.

23RoyalMail4State

Royal Mail (RM4SCC) 4-State type.

24USPS4State

USPS OneCode 4-State Barcode (4BC) type.

25GS1DatabarStacked

GS1 Databar (formerly RSS14) Stacked / GS1 Databar Stacked Omni-Directional types. Used as GS1 Databar when the available space is too narrow for the standard GS1 Databar.

26GS1DatabarExpandedStacked

GS1 Databar (formerly RSS14) Expanded Stacked barcode type. Used as GS1 Databar Expanded when the available space is too narrow to fit in one line.

27PDF417

PDF417 (Portable Data File). 2D symbol used in a variety of applications, primarily transport, identification cards, and inventory management. Note, the PDF417 barcode symbology does not have any relation to Adobe PDF (Portable Document Format).

28MicroPDF417

MicroPDF417 (Portable Data File). Version of PDF417 that can hold up to 150 bytes of data. Note, the MicroPDF417 barcode symbology does not have any relation to Adobe PDF (Portable Document Format).

29Datamatrix

Datamatrix. 2D symbol code used for marking small items.

30QR

QR (short for Quick Response). 2D symbol used by dedicated QR barcode readers and camera phones.

Remarks

To get a list of all the barcode symbologies supported by LEADTOOLS, use BarcodeEngine.GetSupportedSymbologies, to get a list of the read or write symbologies currently available (support has been unlocked and the backend runtime assembly exists), use BarcodeReader.GetAvailableSymbologies and BarcodeWriter.GetAvailableSymbologies.

For description and visual samples of the barcode symbologies supported by LEADTOOLS, refer to Supported Barcode Symbologies.

The BarcodeEngine.GetSymbologyFriendlyName method can be used to return a string that contains a friendly name for any BarcodeSymbology enumeration member.

Example

For an example, refer to BarcodeReader and BarcodeWriter

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.BarcodeSymbology

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace
BarcodeEngine Class
BarcodeReader Class
BarcodeWriter Class
BarcodeData Class
BarcodeReader.ReadBarcode
BarcodeReader.ReadBarcodes
BarcodeWriter.WriteBarcode
Programming with LEADTOOLS Barcode
Supported Barcode Symbologies
Unlocking Barcode Support
UPC / EAN Barcodes in LEADTOOLS
2 of 5 Barcodes Barcodes in LEADTOOLS
GS1 DataBar / RSS-14 Barcodes in LEADTOOLS
Code 128 Barcodes in LEADTOOLS
USPS and 4-State Barcodes in LEADTOOLS
MSI Barcodes (Pulse Width Modulated) in LEADTOOLS
Codabar Barcodes in LEADTOOLS
Miscellaneous Barcodes in LEADTOOLS
Datamatrix Barcodes in LEADTOOLS
PDF417 and MicroPDF417 Barcodes in LEADTOOLS
MicroPDF417 Barcodes in LEADTOOLS
QR Barcodes in LEADTOOLS
Writing Barcodes - Bounds and XModule

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features