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; }
Public ReadOnly Property CanRecognizeBarcodes As Boolean
Get
Property Value
Type:
BooleanRemarks Returns
GetCanRecognizeBarcodes method result. Each ocr engine can define the barcode detection support via this method.
See Also