Click or drag to resize

OcrEngine.FontMapper Property

This property provides a font mapper that will be used for page construction.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax
public IFontMapper FontMapper { get; set; }

Property Value

Type: IFontMapper
An object that meets the IFontMapper interface.
Remarks
When an engine is constructed, the FontMapper property will be set to a new instance of the BasicFontMapper object.
See Also