Click or drag to resize

OcrEngineCanRecognizeBarcodes Property

Returns true if this engine supports barcode recognition.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool CanRecognizeBarcodes { get; }

Property Value

Type: Boolean
Remarks
Returns GetCanRecognizeBarcodes method result. Each ocr engine can define the barcode detection support via this method.
See Also