Position

SearchResult.Position property

Gets the position in the document text.

public int Position { get; }

Property Value

A zero-based index of the start position of the search result. Depeding on SearchByPages property value this index starts from the document start or the document page start.

See Also