ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace
Inheritance Hierarchy
In This Topic
    ImageGear.Barcode Namespace
    In This Topic

    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
    ClassThe main object for this component. DJS sealed is for consistancy with IG.
    ClassThe ImGearBarcodeReader Class includes methods and properties to be used in recognizing barcodes.
    ClassThe 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.
    ClassThe ImGearBarcodeWriterBase Class includes properties used to write barcode recognition results.
    ClassImGearBarcodeWriterDataMatrix extends the writer class to include the writing of DataMatrix barcodes.
    ClassImGearBarcodeWriterPDF417 extends the writer class to include the writing of PDF417 barcodes.
    Enumerations
     EnumerationDescription
    EnumerationThe evaluation choice of the component.
    EnumerationThe Australian Post 4 State barocde supports a custom section in both the Customer Barcode 2 and Customer Barcode 3 formats.
    EnumerationThe rows and columns are encoded in the value of the enumerations using this equation: RowsXColumnsY = X * 256 + Y. AutoRowsAndColumns is -1.
    EnumerationSpecifies the ink color for barcodes search.
    EnumerationIdentifies public license features.
    EnumerationSpecifies the orientation for the barcode search.
    EnumerationPDF417 Error correction levels.
    EnumerationSpecifies the text to display adjacent to the created barcode.
    EnumerationSpecifies a barcode type.
    See Also