OcrEngineFontMapper 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public IFontMapper FontMapper { get; set; }
Public Property FontMapper As IFontMapper
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