IOcrLineAccessorStyleIsUniform Method |
Check to see if the font and style are uniform across this line of text.
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 bool StyleIsUniform(
IFontMapper mapper,
IFontBuilder builder
)
Function StyleIsUniform (
mapper As IFontMapper,
builder As IFontBuilder
) As Boolean
Parameters
- mapper
- Type: Atalasoft.OcrIFontMapper
The IFontMapper to use to
remap this line's font. - builder
- Type: Atalasoft.OcrIFontBuilder
The IFontBuilder to use
to construct the font.
Return Value
Type:
Boolean True if the font family, style and size are the same throughout the line of text.
See Also