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

Show in webframe

GotoNextPage Property






Indicates whether to automatically search the next page when no more matches are found in the current.
Syntax
public bool GotoNextPage {get; set;}
'Declaration
 
Public Property GotoNextPage As Boolean
'Usage
 
Dim instance As DocumentViewerFindText
Dim value As Boolean
 
instance.GotoNextPage = value
 
value = instance.GotoNextPage
public:
property bool GotoNextPage {
   bool get();
   void set (    bool value);
}

Property Value

true to automatically search the next page when no more matches are found in the current; otherwise, false. Default value is true.
Remarks

When GotoNextPage is true (the default) and the search has exhausted the text in the current PageNumber, the engine will automatically advances to the next page (could be PageNumber + 1 or - 1 depending if find next or find pervious is being performed. When search reaches the end of the document (or beginning with find previous operation), the value of Recursive is checked, and it is true, then search will continue by cycling through the document pages till the original location is reached and no more matches found.

If a match is found, PageNumber will be updated with the number of page.

When GotoNextPage is false, then search is restricted in the current page only. When the search has exhausted the text, it will not go to the next page. If Recursive is true, then search will cycle through the text of the page till the original location is reached and no more matches found.

Example

For an example, refer to Find.

Requirements

Target Platforms

See Also

Reference

DocumentViewerFindText Class
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