Click or drag to resize
BarcodeHttpHandler Class
HttpHandler for generating barcode images on the fly.
Inheritance Hierarchy
SystemObject
  Limilabs.WebBarcodeHttpHandler

Namespace:  Limilabs.Web
Assembly:  Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
public class BarcodeHttpHandler : IHttpHandler

The BarcodeHttpHandler type exposes the following members.

Constructors
  NameDescription
Public methodBarcodeHttpHandler
Initializes a new instance of the BarcodeHttpHandler class
Top
Properties
  NameDescription
Public propertyIsReusable
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodProcessRequest
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also