Click or drag to resize

OcrEngineFontBuilder 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IFontBuilder FontBuilder { 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