←Select platform

Engine Property

Summary

Gets the instance of the BarcodeEngine associated with this class.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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();  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly