Indicates whether to add the results of this Find Text operation to the list of rendered Find Text results.
Object.defineProperty(DocumentViewerFindText.prototype, 'renderResults',
get: function(),
set: function(value)
)
renderResults: boolean;
true to render the results of the Find Text operation into the DocumentViewer.View; otherwise, false. The default value is true.
If RenderResults is true, the results of DocumentViewerText.Find will be rendered on the page, as well the results of any previous DocumentViewerText.Find call since the last time DocumentViewerText.ClearRenderedFoundText was called. This allows multiple separate Find Text operations to highlight different areas of the document, or to achieve more detailed control over search areas by combining the results of several searches with different values for BeginPosition and EndPosition.
In most cases, it is useful to call DocumentViewerText.ClearRenderedFoundText before each call to DocumentViewerText.Find. The filling of the found text can be controlled from DocumentViewerText.FoundTextFill.
The first result (in order) can also be selected with SelectFirstResult. To control whether a single match or all matches are returned, use FindAll.
For more information, refer to DocumentViewerText.Find.
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