Accusoft.Forms1 - Updated
Text Property (TextBlockResult)



Accusoft.SmartZoneICRSdk Namespace > TextBlockResult Class : Text Property
Gets the text string of the TextBlockResult.
Syntax
Public Overrides ReadOnly Property Text As String
Dim instance As TextBlockResult
Dim value As String
 
value = instance.Text
public override string Text {get;}
public:
property String^ Text {
   String^ get() override;
}
Remarks

This read-only property gets the string of characters from the TextBlockResult.

See Also

Reference

TextBlockResult Class
TextBlockResult Members