Error processing SSI file
LEADTOOLS Leadtools.Documents.UI (Leadtools.Documents.UI assembly)

Recursive Property

Show in webframe
Indicates whether to cycle through the text and pages till a match is found or the original location is reached.
Syntax
get_recursive();
set_recursive(value);
Object.defineProperty('recursive');

Property Value

TypeDescription
booleantrue to cycle through the text and pages till a match is found or the original location is reached; otherwise, false. Default value is false.
Remarks

When Recursive is false (the default), then a find next operation will search from current location saved in this DocumentViewerFindText till the end of the page (or if GotoNextPage is true, last page in the document) before it stops trying to find a match. Similarly, a find previous operation will search from current location till beginning of the page (or first page in the document).

When Recursive is true, then find next operation will continue past the end of the page (or document) by going back to the page beginning (or first page) till the whole page or document is exhausted. Similarly with find previous cycling through the page or the document backward.

DocumentViewerFindText saves the location of the last match found internally to prevent infinite recursion and will never go past the last found location.

Example

For an example, refer to Find.

See Also

Reference

DocumentViewerFindText Object
DocumentViewerFindText Members

Error processing SSI file
  Leadtools.Documents.UI requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features