selectedFill Property

Summary

The fill color used to highlight the currently selected text.

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

Property Value

An HTML color string. The default value is rgba(0,0,0,0.3), a semi-transparent black. Can be null.

Remarks

If SelectedFill is set to null, then the document viewer will not render the selected text even if the value of RenderSelection is true.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

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