Leadtools.Barcode.Deprecated Namespace : BarcodeEngine Class |
[ObsoleteAttribute()] public class BarcodeEngine
'Declaration <ObsoleteAttribute()> Public Class BarcodeEngine
'Usage Dim instance As BarcodeEngine
public sealed class BarcodeEngine
function Leadtools.Barcode.Deprecated.BarcodeEngine()
[ObsoleteAttribute()] public ref class BarcodeEngine
Obsolete: this namespace has been deprecated. Please use Leadtools.Barcode. Start from here: Leadtools.Barcode.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.