HighlightItemPosition Property |
Gets the position in the document text.
Namespace: GroupDocs.Parser.DataAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.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:
Int32A zero-based index of the start position of the highlight.
See Also