Barcode .Net Class Library

Barcode Class

Exposes all the core functionalities of the Barcode .Net library as a Component.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Bokai.Barcodes.Barcode

[Visual Basic]
Public Class Barcode
   Inherits Component

[C#]
public class Barcode : Component

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Remarks

Barcode implements all the core functionalities of the Barcode .Net class library. Other classes in the library are just wrappers of it. Barcode is a Component so you can host it wherever a Component can be hosted.

Barcode supports the following features:

To use Barcode, the first thing you do is call one of the constructors to create a Barcode instance. You may specify the barcode type at the instance creation time or set it after. Next, you can call the relevant methods to draw the barcode, generate an image, etc.

See Also

BarcodeControl | BarcodeImage


© 2002 Bokai Corporation. All rights reserved.