|
SearchNextOnPage |
Top Previous Next |
|
[This method is new in version 2.04 of Gnostice PDFtoolkit ActiveX/. NET ProPlus Edition]
The function SearchNextOnPage searches for the next instance of the given text in the specified page number. If no match is found, the return value is 0.
Syntax
Parameters
TextElement Specifies the gtPDFTextElementX class object, which contains the searched text element.
PageNo Specifies the page number in which the search is performed.
Refer example 'Tutorial - Search Text'
|