lastFindText Property (DocumentViewerText)

Summary

Data for the last find text operation.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentViewerText.prototype, 'lastFindText', 
	get: function() 
) 
TypeScript Syntax
lastFindText: DocumentViewerFindText; // read-only

Property Value

The data for the last find text operation or null if Find was not called on this DocumentViewerText yet.

Remarks

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.

Example

For an example, refer to Find.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize