<
Indicates whether text found should be selected and rendered in the view.
Object.defineProperty(DocumentViewerFindText.prototype, 'autoSelect',
get: function(),
set: function(value)
)
autoSelect: boolean;
true if the text found should be selected and rendered in the view; otherwise, false. Default value is true.
(This property was removed in version 19.0.0.49
. Please see SelectFirstResult instead.)
When used with DocumentViewerText.Find, the document viewer will automatically call DocumentViewerText.SetSelectedTextItems to update the state of the globally selected text. Any previously selected text will be cleared and the new match (if any) is used instead.
The selected text is automatically rendered on the DocumentViewer.View if the value of DocumentViewerText.RenderSelection is true (the default).
History
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