|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
| Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > OcrTypeManager Class : CreateDefaultOcrCharacter Method |
public static OcrCharacter CreateDefaultOcrCharacter()
'Declaration
Public Shared Function CreateDefaultOcrCharacter() As OcrCharacter
'Usage
Dim value As OcrCharacter value = OcrTypeManager.CreateDefaultOcrCharacter()
public static OcrCharacter CreateDefaultOcrCharacter()
function Leadtools.Forms.Ocr.OcrTypeManager.CreateDefaultOcrCharacter()
public: static OcrCharacter CreateDefaultOcrCharacter();
This method initializes the values of OcrCharacter as following:
| Member | Value |
|---|---|
| Code |
0 |
| Confidence |
0 |
| WordIsCertain |
false |
| GuessCode2 |
0 |
| GuessCode3 |
0 |
| Bounds |
Empty rectangle |
| Position | |
| Base |
Empty length |
| CellIndex |
0 |
| LeadingSpaces |
0 |
| LeadingSpacesConfidence |
0 |
| FontSize |
0 |
| FontStyle | |
| Color |
Black |
| Language1 |
null (Empty string in Windows Runtime) |
| Language2 |
null (Empty string in Windows Runtime) |