PageIndex Property (SearchResult)
In This Topic
Gets or sets the index of the page where the occurrence of the search result is found.
Syntax
'Declaration
Public Property PageIndex As Integer
public int PageIndex {get; set;}
Property Value
The zero-based page index indicating where the text item is located within the document.
See Also