Labels.NET component > API > Methods > Set 2D barcode property methods
bool Set2DCodetype(int iEl,int Type)

For PDF417 and composite barcodes only.

Sets the barcode type to the value specified in the Type parameter, where

Type =0 produce Standard PDF417

Type =1 produces Micro PDF417

Type =2 produces Truncated PDF417

Default: 0

 

For Composite barcodes (and ITF) the following type values are available

 

Type value

GS1 Composite type

0

EAN-13 CC-A/B

1

EAN-13 plus 2 CC-A/B

2

EAN-13 plus 5

3

UPC-A CC-A/B

4

UPC-A plus 2 CC-A/B

5

UPC-A plus 5 CC-A/B

6

EAN-8 CC-A/B

7

EAN-8 plus 2 CC-A/B

8

EAN-8 plus 5 CC-A/B

9

UPC-E CC-A/B

10

GS1-128 CC-C

11

GS1-128 CC-A/B

12

ITF (no composite)

13

Omnidirectional CC-A/B

14

Truncated CC-A/B

15

Stacked CC-A/B

16

Omnidirectional Stacked CC-A/B

17

Limited CC-A/B

18

Expanded CC-A/B

19

Expanded Stacked CC-A/B

 

More:

bool Set2DData(int iEl,string Data)