←Select platform

CreateDefaultOcrCharacter Method

Summary
Returns an OcrCharacter with all values set to default.
Syntax
C#
VB
C++
public static OcrCharacter CreateDefaultOcrCharacter() 
Public Shared Function CreateDefaultOcrCharacter() As OcrCharacter 
public: 
static OcrCharacter CreateDefaultOcrCharacter();  

Return Value

The object this method creates.

Remarks

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

OcrCharacterPosition.None

Base

Empty length

CellIndex

0

LeadingSpaces

0

LeadingSpacesConfidence

0

FontSize

0

FontStyle

OcrCharacterFontStyle.Regular

Color

Black

Language1

null (Empty string in Windows Runtime)

Language2

null (Empty string in Windows Runtime)

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.