Click or drag to resize

Symbologies Enumeration

Barcode symbology identifiers. Flagged.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[FlagsAttribute]
public enum Symbologies
Members
  Member nameDescription
None Empty set of symbologies
AustraliaPost Australia Post

The DataString property is a string consisting of:

the two digit Format Control Code, then a space, followed bythe eight digit Delivery Point Identifier, then a space, followed bythe data in the Customer Information Field, if this field is present. This data is represented by a sequence of digits 0-3 specifying the 4-state values of the individual bars in the field. The XOptions property's "australiaTable" key may be used to specify the use of the C or N table to interpret the data in the field.a final space then eight digits of error correction data.
Codabar Codabar
Code11 Code 11
Code128 Code 128. For more information see http://en.wikipedia.org/wiki/Code_128
Code32

also known as: Base 32, Pharma 32/39, and Italian Pharmacode. Note, not the same as Pharmacode-Laetus.

Code 32 barcodes are similar to Code 39 barcodes with a different encodation.

If both Code39 and Code32 are enabled, some symbols (barcodes) can be returned twice, once for each symbology.

Code39 Code 39
Code93 Code 93
Datamatrix Data Matrix
Ean13 EAN13
Ean8 EAN8
I2of5 Interleaved 2 of 5
IntelligentMail Intelligent Mail
Itf14 ITF-14 (the GS1 implementation of I2of5 to encode a Global Trade Item Number)
MicroQr Micro QR Code
Patch Patch
Pdf417 PDF417
Planet Planet
Postnet Postnet
Plus2 2-digit supplementals associated with EAN and UPC symbology barcodes.
Plus5 5-digit supplementals associated with EAN and UPC symbology barcodes.
Qr QR Code
Rm4scc RM4SCC (Royal Mail 4-State Customer Code)
Rss14 RSS-14

RSS-14 alternate formats are read as well as the regular format. The alternate formats are truncated, stacked, and stacked omnidirectional. It is recommended that the alignment of truncated and stacked symbols be close to horizontal or vertical.

RssLimited RSS Limited

It is recommended that symbols whose height is near to the specified minimum be aligned close to horizontal or vertical.

Telepen Telepen
Upca UPC A

UPC A barcodes are identical to EAN13 barcodes with the same encodation except for an additional leading zero on the latter. If both Ean13 and Upca are specified then ReadBars can return two BarCode instances, one for each symbology, for the one barcode.

Upce UPC E

UPC E encodations are a compressed form of UPC A. The DataString property holds the full uncompressed UPC A encodation for this symbology.

Aztec Aztec Barcode
All2D A combination of all the 2D symbologies.
All1D A combination of all the 1D symbologies.
All A combination of all the symbologies.
See Also