←Select platform

Language2 Property

Summary

Gets or sets the second language which the recognized word belongs to.

Syntax

C#
VB
Java
WinRT C#
C++
public string Language2 { get; set; } 
Public Property Language2 As String 
public string Language2 {get; set;} 
public String getLanguage2() 
public void setLanguage2(String value) 
             
 <br/>get_Language2();<br/>set_Language2(value);<br/>Object.defineProperty('Language2');  
public: 
property String^ Language2 { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String that specifies the second language which the recognized word belongs to. Default value is null.

Remarks

Language1 contains the language which the recognized word belongs to. When the recognized word cannot be associated with any language, the value of Language1 will be null. If the recognized word can also be found in another language dictionary, then both Language2 will contain the second language name.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly