Click or drag to resize

IOcrLineAccessorLine Property

This property is used for setting the OcrLine that this accessor is attached to.

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
OcrLine Line { get; set; }

Property Value

Type: OcrLine
Remarks
This property is used when an OcrLine, is constructed. Typically, an OcrEngine will construct an object that meets IOcrLineAccessor first, then construct the OcrLine via an IOcrFactory. Finally, it will set the Line property to the constructed OcrLine.
See Also