PagePorter Class Library

HtmlPageReader.Position Property

Gets or sets the position of the read pointer.

[Visual Basic]
Public Property Position As Integer
[C#]
public int Position {get; set;}

Property Value

The position of the read pointer.

Remarks

The internal flag that indicates if the current position is inside a <script> block is not updated as a result of calling the Seek method or setting the Position property.

See Also

HtmlPageReader Class | Parastream.Web.UI Namespace