The BarcodeEngine Class includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
This class contains the barcode engine used to read or write barcodes.Visual Basic (Declaration) | |
---|---|
Public Class BarcodeEngine |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BarcodeEngine |
C# | |
---|---|
public class BarcodeEngine |
C++/CLI | |
---|---|
public ref class BarcodeEngine |
This class is the main entry point for barcode support in LEADTOOLS. It contains the following methods:
-
BarcodeEngine.Read: Searches and reads the data of barcodes in an image or a specific area in an image.
-
BarcodeEngine.Write: Writes (draws) any of the barcodes supported by LEADTOOLS to a specific area in an image.
-
BarcodeEngine.CalculateBarcodeSize: Helper method to calculates the area size of a barcode before its written.
System.Object
Leadtools.Barcode.BarcodeEngine
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7