GlyphReaderEngineDefaultFontName Property |
Gets or sets the font name that all text will be returned as.
Namespace:
Atalasoft.Ocr.GlyphReader
Assembly:
Atalasoft.dotImage.Ocr.GlyphReader (in Atalasoft.dotImage.Ocr.GlyphReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public string DefaultFontName { get; set; }
Public Property DefaultFontName As String
Get
Set
Property Value
Type:
StringRemarks GlyphReader does not support recognizing Font Names or Family, therefore set this property to the font
that will be returned in the OcrDocument. Default value is Arial.
See Also