selectedFill Property

Summary

The fill used to highlight the currently selected text.

Syntax

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

Property Value

An HTML color string. The default value is rgba(0,0,0,0.3), a semi-transparent black. May 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly