PageIndex

SearchResult.PageIndex property

Gets the page index where the text is found.

public int? PageIndex { get; }

Property Value

A zero-based index of the page where the text is found; null if the seach is performed on the whole document text.

See Also