Click or drag to resize

IOcrGlyphAccessorGlyph Property

This property is used for setting the OcrGlyph 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
OcrGlyph Glyph { get; set; }

Property Value

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