Barcode .Net Class Library

BarcodeImage Class

Is a WebControl that generates a <img> element on an HTML page corresponding to a barcode image.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.Image
            Bokai.Barcodes.BarcodeImage

[Visual Basic]
Public Class BarcodeImage
   Inherits Image

[C#]
public class BarcodeImage : Image

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

You can use the BarcodeImage to generate an HTML <img> element that corresponds to a barcode image. BarcodeImage formats the src attribute of the <img> element automatically based on your design and runtime property settings, with Barcode.aspx or BarcodeHandler.aspx.

See Also

Barcode.aspx | BarcodeHandler.aspx | Barcode


© 2002 Bokai Corporation. All rights reserved.