Engine instance to use when reading barcodes.
public BarcodeEngine BarcodeEngine { get; set; }
Public Property BarcodeEngine() As BarcodeEngine
Get
Set
public:
property BarcodeEngine^ BarcodeEngine
{
BarcodeEngine^ get()
void set(BarcodeEngine^ value)
}
public BarcodeEngine getBarcodeEngine()
public void setBarcodeEngine(BarcodeEngine value)
The engine instance to use when reading barcodes. Default value is null.
The DocumentPage.ReadBarcodes method is used to read the barcodes of a page. The document will check if the value in BarcodeEngine is not null, if so, it will try to read the barcodes based on options set in BarcodeReader.
For more information, refer to Barcode processing with the Documents Library.
For an example, refer to DocumentBarcodes.
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