Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

Value Property








Gets or sets the word value.
Syntax
public string Value {get; set;}
'Declaration
 
Public Property Value As String
'Usage
 
Dim instance As OcrWord
Dim value As String
 
instance.Value = value
 
value = instance.Value
public string Value {get; set;}
@property (nonatomic, copy, nullable) NSString *value
public String getValue()
public void setValue(String value)
            
 <br/>get_Value();<br/>set_Value(value);<br/>Object.defineProperty('Value'); 
public:
property String^ Value {
   String^ get();
   void set (    String^ value);
}

Property Value

A String that indicate the word value.
Remarks

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.

Example
For an example, refer to IOcrPage.GetRecognizedCharacters.
Requirements

Target Platforms

See Also

Reference

OcrWord Structure
OcrWord 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 the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features