C#
VB
Java
Objective-C
WinRT C#
C++
Gets the instance of the BarcodeEngine associated with this class.
public BarcodeEngine Engine { get; }
Public ReadOnly Property Engine As Leadtools.Barcode.BarcodeEngine
public Leadtools.Barcode.BarcodeEngine Engine {get;}
@property (nonatomic, strong, readonly) LTBarcodeEngine *engine
public BarcodeEngine getEngine()
get_Engine();
public:
property Leadtools.Barcode.BarcodeEngine^ Engine {
Leadtools.Barcode.BarcodeEngine^ get();
}
A BarcodeEngine that specifies the barcode engine associated with this class.
Use this property to get quick access to the owner BarcodeEngine.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET