Engine for barcode recognition and processing.
public BarcodeEngine BarcodeEngine { get; set; }
Public Property BarcodeEngine() As BarcodeEngine
Get
Set
public:
property BarcodeEngine^ BarcodeEngine
{
BarcodeEngine^ get()
void set(BarcodeEngine^ value)
}
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.
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