Class to represent text search process. More...
Public Member Functions | |
Boolean | Release () |
Release all resources. More... | |
Boolean | FindNext () |
Search in the direction from start to end of PDF page. More... | |
Boolean | FindPrev () |
Search in the direction from end to start of PDF page. More... | |
TextSelection^ | GetSelection () |
Get a text selection object from current text search object for a found match. More... | |
Properties | |
Int64 | pointer |
Pointer to a handle of PDF text search object. This pointer is not useful outside this SDK. The application should not access the pointer to the handle of the PDF text search object directly. | |
Class to represent text search process.
In order to start a text search process, function TextPage::StartSearch should be called. Then function TextSearch::FindNext and TextSearch::FindPrev can be called to find the next or previous occurrence. Function TextSearch::GetSelection can be called to retrieve a text selection object which contains information of a found match.
Boolean Foxit::PDF::TextSearch::FindNext | ( | ) |
Search in the direction from start to end of PDF page.
Boolean Foxit::PDF::TextSearch::FindPrev | ( | ) |
Search in the direction from end to start of PDF page.
TextSelection ^ Foxit::PDF::TextSearch::GetSelection | ( | ) |
Get a text selection object from current text search object for a found match.
Boolean Foxit::PDF::TextSearch::Release | ( | ) |
Release all resources.