Parameter strSearchText - the text to search.
bBackward - search the text from forward or backward first. false - search the text from forward first true- search the text from backward first
Return Value 0 - successful, otherwise return -1.
Example
|
Visual Basic Syntax PDFViewer1.Search "test", false
|
|