HtmlReader.CurrentOffset property
Returns the current parsing offset from the start of the document.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentOffset As Integer
Get
'Usage
Dim instance As HtmlReader
Dim value As Integer
value = instance.CurrentOffset
public int CurrentOffset { get; }
Property value
Type: System.Int32
Returns an integer value.