vpdf_GetSearchResultRectangleCount (hVPDF As Long) As Integer
Description
Returns the number of rectangles in the current search result. E.g.: A search result may consist of multiple rectangles when there is a line break between the words of the search phrase. 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
The number of rectangles in the search result.