Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerFindText Class : Text Property |
public string Text {get; set;}
'Declaration
Public Property Text As String
'Usage
Dim instance As DocumentViewerFindText Dim value As String instance.Text = value value = instance.Text
When used as a parameter to Find, the PageNumber specifies the text to find.
When using LastFindText, the Text contains the last text value found. Setting this value will clear any previous results saved in the object.
For an example, refer to Find.