←Select platform

Engine Property

Summary
Gets the instance of the BarcodeEngine associated with this class.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public BarcodeEngine Engine { get; } 
@property (nonatomic, strong, readonly) LTBarcodeEngine *engine; 
public BarcodeEngine getEngine() 
public: 
property BarcodeEngine^ Engine { 
   BarcodeEngine^ get(); 
} 
Engine # get  (BarcodeReader) 

Property Value

A BarcodeEngine that specifies the barcode engine associated with this class.

Remarks

Use this property to get quick access to the owner BarcodeEngine.

Requirements

Target Platforms

Help Version 22.0.2023.5.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.