TIWCGJQBarCodeType Enumeration

Represents type TIWCGJQBarCodeType.

Namespace: IWCGJQBarCode
type
 TIWCGJQBarCodeType = (jqbcNone,jqbcCodabar,jqbcCode11,jqbcCode39,jqbcCode93,jqbcCode128,jqbcEAN8,jqbcEAN13,jqbcSTD25,
 jqbcINT25,jqbcMSI,jqbcDatamatrix);

The TIWCGJQBarCodeType type exposes the following members.

Show:
 NameDescription
jqbcCodabar

Represents constant jqbcCodabar.

jqbcCode11

Represents constant jqbcCode11.

jqbcCode128

Represents constant jqbcCode128.

jqbcCode39

Represents constant jqbcCode39.

jqbcCode93

Represents constant jqbcCode93.

jqbcDatamatrix

Represents constant jqbcDatamatrix.

jqbcEAN13

Represents constant jqbcEAN13.

jqbcEAN8

Represents constant jqbcEAN8.

jqbcINT25

Represents constant jqbcINT25.

jqbcMSI

Represents constant jqbcMSI.

jqbcNone

Represents constant jqbcNone.

jqbcSTD25

Represents constant jqbcSTD25.

Top