SearchNext

Top  Previous  Next

[This method is new in  version 2.04 of Gnostice PDFtoolkit ActiveX/. NET ProPlus Edition]

 

The function SeachNext searches for the next instance of the given text in the whole document. If no match is found, the return value is 0.

 

Syntax

 

[VC++]

long SearchNext(LPDISPATCH* TextElement);

 

[CS]

public abstract new Int32 SearchNext ( gtPDFTextElementX TextElement )

 

[VB]

Function SearchNext(TextElement As gtPDFTextElementX) As Long

 

 

Parameters

       

       TextElement

           Specifies the gtPDFTextElementX class object, which contains the searched text element.

       

Refer example  'Tutorial - Search Text'