dFont.NET CodeType table

The CodeType shown below shows the CodeType properties returned by enumerating  the bCode type. For example, to fill a dialog box with the available CodeTypes,

 

      ArrayList ttype = new ArrayList();

      foreach(string s in Enum.GetNames(typeof(bCode)))

            ttype.Add(s);

            dlg1.codeType.DataSource = ttype;

 

 

CodeTypeValue

CodeType

0

Code_39

1

Extended_39

2

Code_93

3

Extended_93

4

RM4SCC

5

MSI_Plessey

6

PostNet

7

Code_128

8

EAN_128

9

Interleaved_2_of_5

10

Code_11

11

Telepen

12

EAN_13

13

EAN_13_plus_2

14

EAN_13_plus_5

15

EAN_8

16

EAN_8_plus_2

17

EAN_8_plus_5

18

UPC_A

19

UPC_A_plus_2

20

UPC_A_plus_5

21

UPC_E

22

UPC_E_plus_2

23

UPC_E_plus_5

24

Code_B

25

Codabar

26

Telepen_A

27

Telepen_N

28

DeutschePost

29

SSCC

30

EAN_14

31

ISBN

32

ISSN

33

ISMN

34

FourState

35

Code_128A

36

Code_128B

37

Planet

 

 

 

More:

Barcode macros