ImageGear22.Barcode Assembly : ImageGear.Barcode Namespace |
Class | Description | |
---|---|---|
![]() | ImGearBarcode | The main object for this component. DJS sealed is for consistancy with IG. |
![]() | ImGearBarcodeReader | The ImGearBarcodeReader Class includes methods and properties to be used in recognizing barcodes. |
![]() | ImGearBarcodeResult | The Results Class includes properties used to return barcode recognition results. |
![]() | ImGearBarcodeWriter | The ImGearBarcodeWriter Class is inherited from the ImGearBarcodeWriterBase Class and is used to create barcodes. |
![]() | ImGearBarcodeWriterBase | The ImGearBarcodeWriterBase Class includes properties used to write barcode recognition results. |
![]() | ImGearBarcodeWriterDataMatrix | ImGearBarcodeWriterDataMatrix extends the writer class to include the writing of DataMatrix barcodes. |
![]() | ImGearBarcodeWriterPDF417 | ImGearBarcodeWriterPDF417 extends the writer class to include the writing of PDF417 barcodes. |
Enumeration | Description | |
---|---|---|
![]() | EvaluationMode | The evaluation choice of the component. |
![]() | ImGearBarcodeAustralianPostCustomDecodeType | The Australian Post 4 State barocde supports a custom section in both the Customer Barcode 2 and Customer Barcode 3 formats. |
![]() | ImGearBarcodeDataMatrixSizes | The rows and columns are encoded in the value of the enumerations using this equation: RowsXColumnsY = X * 256 + Y. AutoRowsAndColumns is -1. |
![]() | ImGearBarcodeInkColorInfo | Specifies the ink color for barcodes search. |
![]() | ImGearBarcodeLicenseFeature | Identifies public license features. |
![]() | ImGearBarcodeOrientationInfo | Specifies the orientation for the barcode search. |
![]() | ImGearBarcodePDF417ErrorCorrectionLevel | PDF417 Error correction levels. |
![]() | ImGearBarcodeShowTextInfo | Specifies the text to display adjacent to the created barcode. |
![]() | ImGearBarcodeType | Specifies a barcode type. |