Leadtools.Documents.UI Namespace > DocumentViewerText Object : LastFindText Property |
get_lastFindText();
Object.defineProperty('lastFindText');
Type | Description |
---|---|
DocumentViewerFindText | The data for the last find text operation or null if Find was not called on this DocumentViewerText yet. |
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.