The fill used to highlight the results from previous calls to DocumentViewerText.Find.
Object.defineProperty(DocumentViewerText.prototype, 'foundTextFill',
get: function(),
set: function(value)
)
static foundTextFill: string;
An HTML color string. The default value is rgba(153,76,0,0.22)
, a semi-transparent brown. Can be null.
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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document