Clears the internal list of rendered results from previous calls to Find.
DocumentViewerText.prototype.clearRenderedFoundText = function()
clearRenderedFoundText(): void;
When DocumentViewerFindText.RenderResults is true and Find completes successfully, the results (if any) of the search will be added to the internal list of results in DocumentViewerText. All results in the internal list will be drawn to the screen with FoundTextFill after ImageViewer.PostRenderItem is called on the ImageViewerItem for each [DocumentViewerPage].
_By default, results are not cleared between calls to Find_, to support multiple find text operations with different bounds and options. For this reason, it is recommended to call ClearRenderedFoundText before each find text operation if you wish to render only that set of results.
History
For an example, refer to Find.
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