Indicates whether all matches should be returned between the provided bounds instead of just the first.
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
For an example, refer to DocumentViewerText.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