OcrEngineSupportedBarcodeSymbologies Property |
Gets a list of barcode symbologies that are supported by this OcrDocument (if any).
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 OcrBarcodeSymbologies SupportedBarcodeSymbologies { get; }
Public ReadOnly Property SupportedBarcodeSymbologies As OcrBarcodeSymbologies
Get
Property Value
Type:
OcrBarcodeSymbologies The list of barcode symbologies that are supported by this OcrDocument (if any).
See Also