Indicates whether to loop to the top or bottom of the search bounds to continue finding the first match.
Object.defineProperty(DocumentViewerFindText.prototype, 'loop',
get: function(),
set: function(value)
)
loop: boolean;
true to loop back around to continue searching in the find text bounds for an initial result; otherwise, false. The default value is true.
When FindAll is false, DocumentViewerText.Find only searches until it makes its first match, then exits. If the find text operation starts somewhere between the BeginPosition and EndPosition due to a non-default value set to Start, this means the find text operation could reach the EndPosition without having searched the area from BeginPosition to Start – 1. If Loop is true, the find text operation will conduct a second search from BeginPosition to the character before Start to cover the full search area.
If FindAll is true or Start is BeginPosition, the value of Loop does not matter, as the entire search area will be covered in the single search.
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