Visual Basic (Declaration) | |
---|---|
Public Property Value As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string Value {get; set;} |
Return Value
A String that indicate the word value.For an example, refer to IOcrPage.GetRecognizedCharacters.
You can get the recognized words of a zone with the IOcrZoneCharacters.GetWords method. This is a helper method that iterates through the OcrCharacter collection of the zone and constructs the words based on the OcrCharacter.Position flags.
The word value is the collection of characters (OcrCharacter.Code) from FirstCharacterIndex to LastCharacterIndex into the IOcrZoneCharacters collection.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
OcrWord StructureOcrWord Members
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
IOcrZoneCharacters.GetWords
IOcrPage.Recognize
IOcrPage.IsRecognized
OcrCharacter Structure
IOcrPageCharacters Interface
IOcrZoneCharacters Interface
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with Leadtools .NET OCR