Verastream SDK .Net Reference
getText Method



Returns the text contents of the presentation space as a string.
Syntax
'Declaration
 
Public Function getText() As String
'Usage
 
Dim instance As ScreenUPG
Dim value As String
 
value = instance.getText()
public string getText()
public:
String^ getText(); 

Return Value

A string containing the text of the presentation space.
Remarks
The string returned has a CRLF at the end of each line of the presentation space. If the getText_Display property has been set to true, the getText method writes the entire text contents of the current presentation space to standard out which can be useful for debugging and diagnostic purposes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also