BarcodeType Property

Determines the barcode type.

Syntax

object.BarcodeType [ = barcodeType ]

Parameters

object

The Barcode Active Server Component

barcodeType

Numeric value indicating the barcode type. The constant values and equivalent numeric values are:

The default is bcCODE39.

Remarks

This property must be set before performing any other operations (especially setting data) on the object.

If you need to generate barcodes of different types, you can set this property several times to modify its value; this is more efficient that creating a barcode object each time.