←Select platform

Text Property

Summary

Text representation of the field obtained through OCR.

Syntax
C#
Objective-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 (nonatomic, copy)   NSString *text; 

Property Value

Default value is null.

Requirements

Target Platforms

Help Version 23.0.2024.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.