Indicates whether all matches instead of just the first match should be returned from searching between the provided bounds.
Object.defineProperty(DocumentViewerFindText.prototype, 'findAll',
get: function(),
set: function(value)
)
findAll: boolean;
true to always search through the entire bounds and return all matches, or false to stop searching after finding the first match. The default value is true.
If FindAll is true, DocumentViewerText.Find will always search completely through the BeginPosition and EndPosition bounds (though order may differ due to Start), and all results will be returned. This usually results in a much longer find operation, and if DocumentViewerText.AutoGetText is true then each page without parsed text will need to be parsed as well.
Additionally, if FindAll is true then the value of Loop does not matter.
SelectFirstResult can be used to select the first result and bring it into view automatically.
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