vpdf_GetNextSearchResult

 

vpdf_GetNextSearchResult(hVPDF As Long) As Boolean;

 

Description

 

Loads the next search result to memory. Returns TRUE on success, or FALSE if there are no more search results. Please see the code sample on the page of the vpdf_BeginSearch function for usage.

 

Parameters               

 

Long

hVPDF

Handle to the Vector PDF object.

 

Return value

TRUE on success, FALSE if there are no more search results.