Knowledge Base - Search from the first page

The standard search behavior starts searching from the current page; in this article we will show how to search from the first page.

Change the vFindStart method in PDFV class, in this way:

-(void)vFindStart:(NSString *)pat : (bool)match_case :(bool)whole_word
{
    //struct PDFV_POS pos;
    //[self vGetPos:&pos: 0: 0];
    [m_finder find_start :m_doc :0 :pat :match_case :whole_word];
}

Applies To

RadaeePDF SDK for iOS

Details

Created : 2015-02-12 12:17:32, Last Modified : 2015-02-12 12:17:50