PagePorter Class Library

HtmlPageReader.TabSize Property

Gets or sets the tab size of the HTML document.

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

Property Value

The tab size of the HTML document.

Remarks

It isn't necessary to set this value if you don't plan to call the DisplayColumn method.

See Also

HtmlPageReader Class | Parastream.Web.UI Namespace