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 > DocumentViewerText Class : LastFindText Property |
public DocumentViewerFindText LastFindText {get;}
'Declaration
Public ReadOnly Property LastFindText As DocumentViewerFindText
'Usage
Dim instance As DocumentViewerText Dim value As DocumentViewerFindText value = instance.LastFindText
public: property DocumentViewerFindText^ LastFindText { DocumentViewerFindText^ get(); }
This property is used to perform "find", "find next" and "find previous" operations on the text of the document. Refer to Find for more information.
For an example, refer to Find.