Cuminas DjVu SDK for .NET Framework
Text Property (TextSearcher)



Gets the whole text.
Syntax
Public ReadOnly Property Text As String
Dim instance As TextSearcher
Dim value As String
 
value = instance.Text
public string Text {get;}
public:
property String^ Text {
   String^ get();
}

Property Value

The string which contains whole text which is to be searched.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

TextSearcher Class
TextSearcher Members

Send Feedback