Barcode .Net Class Library

BarcodeType Enumeration

Specifies the barcode type.

[Visual Basic]
Public Enum BarcodeType

[C#]
public enum BarcodeType

Members

Member NameDescription
EAN13EAN-13 barcode.
EAN8EAN-8 barcode.
UPCAUPC-A barcode.
CODE39CHECKCode 39 Check barcode.
CODABARCodabar barcode.
CODE39Code 39 barcode.
C2OF5Code 2 of 5 barcode.
INTERLEAVED2OF5Interleaved 2 of 5 barcode.
UPCEUPC-E barcode.
EAN13_2EAN-13 + 2 barcode.
EAN13_5EAN-13 + 5 barcode.
EAN8_2EAN-8 + 2 barcode.
EAN8_5EAN-8 + 5 barcode.
UPCA_2UPC-A + 2 barcode.
UPCA_5UPC-A + 5 barcode.
UPCE_2UPC-E + 2 barcode.
UPCE_5UPC-E + 5 barcode.
EAN128AEAN-128 A barcode.
EAN128BEAN-128 B barcode.
EAN128CEAN-128 C barcode.
CODE93Code 93 barcode.
POSTNETPOSTNET barcode.
CODE128ACode-128 A barcode.
CODE128BCode-128 B barcode.
CODE128CCode-128 C barcode.

See Also

BarcodeType


© 2002 Bokai Corporation. All rights reserved.