data Property

Summary

A data property for identification purposes.

Syntax

JavaScript Syntax
DocumentViewerFindText = function() { 
   this.data = (default value); 
} 
TypeScript Syntax
data: any; 

Property Value

Any object. The default value is null.

Remarks

Data acts as an additional field to which any object may be attached. This helps in identification of a find text operation when DocumentViewer.Operation is called with information on the status of DocumentViewerText.Find. This property is not used within DocumentViewerText.Find.

For more information, refer to DocumentViewerText.Find.

History

19.0.0.49
Added
Example

For an example, refer to DocumentViewerText.Find.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly