foundTextFill Property

Summary

The fill used to highlight the results from previous calls to DocumentViewerText.Find.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewerText.prototype, 'foundTextFill', 
	get: function(), 
	set: function(value) 
) 
static foundTextFill: string; 

Property Value

An HTML color string. The default value is rgba(153,76,0,0.22), a semi-transparent brown. Can be null.

Remarks

When DocumentViewerFindText.RenderResults is true after a successful find text operation from DocumentViewerText.Find, the results (if any) from the operation are added to an internal list of results from all operations since the last time DocumentViewerText.ClearRenderedFoundText was called. This static property sets the color used for this highlight. If set to null, results are still added to the internal list but no highlighting occurs.

See DocumentViewerText.Find for more information.

History

19.0.0.49
Added
Requirements

Target Platforms

Help Version 22.0.2023.4.18
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.