Click or drag to resize

BasicOcrGlyphAccessor Constructor (Char, String, FontStyle, Single, Color, Double)

Construct a new BasicOcrGlyphAccessor.

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 BasicOcrGlyphAccessor(
	char theCharacter,
	string family,
	FontStyle style,
	float size,
	Color color,
	double confidence
)

Parameters

theCharacter
Type: SystemChar
The character that this glyph represents.
family
Type: SystemString
The name of the font family that for this glyph.
style
Type: System.DrawingFontStyle
The FontStyle for this glyph.
size
Type: SystemSingle
The size of this glyph in points.
color
Type: System.DrawingColor
The color for this glyph.
confidence
Type: SystemDouble
The confidence value of this glyph.
See Also