Text Property
Summary
Text representation of the field obtained through OCR.
Syntax
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.