ClearImage .NET API
BarcodeReader Class





Inlite.ClearImageNet Namespace : BarcodeReader Class
Reads barcode from image files, Bitmap object, Stream objects, base64-encoded images.
Syntax
'Declaration
 
Public Class BarcodeReader 
'Usage
 
Dim instance As BarcodeReader
public class BarcodeReader 
public class BarcodeReader 
public class BarcodeReader 
public ref class BarcodeReader 
Public Constructors
 NameDescription
Public ConstructorBarcode reader constructor  
Top
Public Properties
 NameDescription
Public PropertyEnables reading of all 1D barcode types  
Public PropertyEnables/disables reading of Codebar barcodes  
Public PropertyEnables/disables reading of Code 128 barcodes  
Public Property  
Public PropertyEnables/disables reading of Basic Code 39 barcodes.  
Public PropertyEnables/disables reading of Code 39 barcodes with a checksum.  
Public PropertyEnables/disables reading of Code 93 barcodes  
Public PropertyEnables/disables reading of DataMatrix barcodes  
Public PropertyEnables/disables reading of substantially diagonal barcodes (default true)  
Public PropertyEnables/disables reading of DL/ID barcodes  
Public PropertyEnables/disables reading of EAN-13 barcodes  
Public PropertyEnables/disables reading of EAN-8 barcodes  
Public PropertyEnables/disables reading of 4-State barcodes: USPS Intelligent Mail, British Postcode, Australian Postcode  
Public PropertyEnables/disables reading of substantially horizontal barcodes (default true)  
Public Property  
Public PropertyEnables/disables reading of Interleaved 2 of 5 barcodes with checksum.  
Public PropertyImageIO object controls how PDF files are opened for barcode reading  
Public PropertyMaximum number of barcodes returned by Read methods.  
Public PropertyEnables/disables reading of PATCH barcodes  
Public PropertyEnables/disables reading of PDF417 barcodes  
Public PropertyEnables/disables reading of Postnet and Planet barcodes  
Public PropertyEnables/disables reading of QR barcodes  
Public PropertySet/Get Tbr Code  
Public PropertyEnables/disables reading of UCC 128 barcodes  
Public PropertyEnables/disables reading of UPCA barcodes  
Public PropertyEnables/disables reading of UPCE barcodes  
Public PropertyEnables/disables reading of substantially vertical barcodes (default true)  
Public PropertyLimits barcode detection to a rectangular area on an image  
Top
Public Methods
 NameDescription
Public MethodImmediately free object resources.  
Public MethodOverloaded. Reads barcodes from a Bitmap object or image file  
Top
Public Events
 NameDescription
Public EventOccurs when BarcodeReader.Read methods find a new barcode.  
Public EventOccurs when BarcodeReader.Read(fileName) or BarcodeReader.Read(fileName, pageNumber) methods open a new image for barcode reading.  
Top
Example

See Barcode Reading code examples on Inlite's How-to Web Site

See Also

Reference

BarcodeReader Class
Inlite.ClearImageNet Namespace