ImageGear .NET - Updated
ImageGear.Barcode Namespace
Inheritance Hierarchy
ImageGear24.Barcode Assembly : ImageGear.Barcode Namespace

The ImageGear.Barcode namespace has been deprecated and will be removed from the public API in a future release.

The ImageGear.Barcode namespace provides a set of objects that provide access to barcode recognition technology.

Classes
 ClassDescription
Class The main object for this component. DJS sealed is for consistancy with IG.
Class The ImGearBarcodeReader Class includes methods and properties to be used in recognizing barcodes.
Class The Results Class includes properties used to return barcode recognition results.
ClassThe ImGearBarcodeWriter Class is inherited from the ImGearBarcodeWriterBase Class and is used to create barcodes.
Class The ImGearBarcodeWriterBase Class includes properties used to write barcode recognition results.
Class ImGearBarcodeWriterDataMatrix extends the writer class to include the writing of DataMatrix barcodes.
Class ImGearBarcodeWriterPDF417 extends the writer class to include the writing of PDF417 barcodes.
Enumerations
 EnumerationDescription
Enumeration The evaluation choice of the component.
Enumeration The Australian Post 4 State barocde supports a custom section in both the Customer Barcode 2 and Customer Barcode 3 formats.
Enumeration The rows and columns are encoded in the value of the enumerations using this equation: RowsXColumnsY = X * 256 + Y. AutoRowsAndColumns is -1.
Enumeration Specifies the ink color for barcodes search.
EnumerationIdentifies public license features.
Enumeration Specifies the orientation for the barcode search.
Enumeration PDF417 Error correction levels.
Enumeration Specifies the text to display adjacent to the created barcode.
Enumeration Specifies a barcode type.
See Also

Reference

ImageGear24.Barcode Assembly