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.