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:
- You can draw a barcode to a Graphics object using one of the Draw methods.
- You can generate a barcode image (in any .Net supported image formats including GIF, PNG,
JPEG, and BMP) and send it to a Stream (MakeImage) or save
it to a file (SaveImage).
- You can also get the barcode bar and space definitions (positions and widths).
- Various drawing attributes are supported, including rotation, fonts, color, etc.
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.