←Select platform

Engine Property

Summary

Gets the instance of the BarcodeEngine associated with this class.

Syntax
C#
VB
Objective-C
C++
Java
public BarcodeEngine Engine { get; } 
Public ReadOnly Property Engine As BarcodeEngine 
@property (nonatomic, strong, readonly) LTBarcodeEngine *engine 
public BarcodeEngine getEngine() 
public: 
property BarcodeEngine^ Engine { 
   BarcodeEngine^ get(); 
} 

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly