Barcode .Net Class Library

Barcode Constructor

Creates an instance of the Barcode class.

[Visual Basic]
Public Sub New()
Public Sub New(ByVal barcodeType As BarcodeType)

[C#]
public Barcode();
public Barcode(BarcodeType barcodeType);

Parameters

barcodeType
A BarcodeType enumeration indicating the initial barcode type for the Barcode object being created.

Remarks

If barcodeType is not provided, a Barcode object corresponding to the Code 39 barcode will be created.

In any case, the barcode type may be subsequently changed using the BarcodeType property.

See Also

BarcodeType


© 2002 Bokai Corporation. All rights reserved.