←Select platform

BarcodeEngine Property (AutoFormsEngineCreateOptions)

Summary

Engine for barcode recognition and processing.

Syntax

C#
VB
C++
public BarcodeEngine BarcodeEngine { get; set; }
Public Property BarcodeEngine() As BarcodeEngine 
   Get 
   Set 
public:  
   property BarcodeEngine^ BarcodeEngine 
   { 
      BarcodeEngine^ get() 
      void set(BarcodeEngine^ value) 
   } 

Property Value

The BarcodeEngine instance used for barcode recognition and processing. Default value is null.

Remarks

If BarcodeEngine is null, BarcodeObjectsManager will not be used for recognition and BarcodeFormField will not be processed.

BarcodeEngine will be set in the BarcodeObjectsManager.Engine and the FormProcessingEngine.BarcodeEngine properties of the internal object used by AutoFormsEngine.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Auto Assembly
Click or drag to resize