Engine for barcode recognition and processing.
public BarcodeEngine BarcodeEngine { get; set; }
public:
property BarcodeEngine^ BarcodeEngine
{
BarcodeEngine^ get()
void set(BarcodeEngine^ value)
}
public BarcodeEngine getBarcodeEngine();
public void setBarcodeEngine(
BarcodeEngine barcodeEngine
);
BarcodeEngine # get and set (AutoFormsEngineCreateOptions)
The BarcodeEngine instance used for barcode recognition and processing. Default value is null.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document