Indicates whether to select and bring the first result of the FindText operation into view.
public bool SelectFirstResult { get; set; }
Public Property SelectFirstResult() As Boolean
Get
Set
public:
property bool SelectFirstResult
{
bool get()
void set(bool value)
}
true to set the first result from the Find Text operation as the selected text and scroll to it in the DocumentViewer.View; otherwise, false. The default value is true.
All results for DocumentViewerText.Find will be available after the operation concludes. The results will be in order - by default the search's initial position is BeginPosition, but this can vary based on Start.
If SelectFirstResult is true, the first match in this list will automatically be set to the selected text (clearing any previous selected text) and brought into view. This can still be done manually if SelectFirstResult is false by using the bounds of the first result with DocumentViewerText.SetSelectedTextItems and ImageViewer.EnsureBoundsVisible.
To control whether a single match or all matches are returned, use FindAll. To highlight the results, see RenderResults.
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