Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

BarcodeSymbology Enumeration

Show in webframe
The barcode symbologies supported by LEADTOOLS
Syntax
Leadtools.Documents.Barcode.BarcodeSymbology = function() { };
Leadtools.Documents.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 = 0x0000001B,
	microPDF417 = 28,
	datamatrix = 29,
	qR = 30,
	aztec = 31,
	maxi = 32,
	microQR = 33,
	
 };
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 DocumentPage.ReadBarcodes 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.
0x0000001BpDF417(27) 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.
31aztec Aztec. 2D symbol used for train tickets, airline tickets and government documents. This barcode is able to reduce the required space over other matrix barcode as it does not require a surrounding quiet zone.
32maxi MaxiCode. 2D symbol developed and used by the United Parcel Service to idand track pieces of mail during delivery.
33microQR Micro QR. 2D symbol used where symbol size is limited. There are four sizes; the largest is capable of encoding 35 characters. Some sizes support more than one error correction level.
Example

For an example, refer to DocumentBarcodes.

See Also

Reference

Leadtools.Documents.Barcode Namespace

Error processing SSI file