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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.