SearchResultPosition Property |
Gets the position in the document text.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 20.12.0
Syntaxpublic int Position { get; }
Public ReadOnly Property Position As Integer
Get
public:
property int Position {
int get ();
}
member Position : int with get
Property Value
Type:
Int32
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