data Property

Summary

A data property for identification purposes.

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

Property Value

Any object. The default value is null.

Remarks

Data acts as an additional field to which any object can 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly