Leadtools.Barcode Namespace > BarcodeEngine Class : BarcodeEngine Constructor |
public BarcodeEngine()
'Declaration Public Function New()
'Usage Dim instance As New BarcodeEngine()
public BarcodeEngine()
- (id)init;
public BarcodeEngine()
function BarcodeEngine()
public: BarcodeEngine();
When an instance of BarcodeEngine is initialized, the BarcodeEngine.Reader and BarcodeEngine.Writer properties will be initialized with a new instance of BarcodeReader and BarcodeWriter classes respectively.
For an example, refer to BarcodeEngine.