←Select platform

Text Property

Summary

Text representation of the field obtained through OCR.

Syntax
C#
C++/CLI
Java
public string Text { get; set; } 
public:  
   property String^ Text 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public String getText(); 
public void setText( 
   java.lang.String string 
); 

Property Value

Default value is null.

Requirements

Target Platforms

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

Leadtools.Forms.Commands Assembly

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