The fill used to highlight the currently selected text.
Object.defineProperty(DocumentViewerText.prototype, 'selectedFill',
get: function(),
set: function(value)
)
static selectedFill: string;
An HTML color string. The default value is rgba(0,0,0,0.3)
, a semi-transparent black. May be null.
If SelectedFill is set to null, then the document viewer will not render the selected text even if the value of RenderSelection is true.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET