OcrEngine.FontBuilder Property |
This property provides a font builder 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 IFontBuilder FontBuilder { get; set; }
Public Property FontBuilder As IFontBuilder
Get
Set
Property Value
Type:
IFontBuilder An object that meets the
IFontBuilder interface.
Remarks When an engine is constructed, the FontBuilder property will be set to a new instance of the
BasicFontBuilder object.
See Also