[This is preliminary documentation and is subject to change.]

Creates a new Area class from the absolute, relative or virtual path of the HTML document.

Namespace:  TallComponents.Web
Assembly:  TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.2.7

Syntax

C#
public Area(
	string path
)
Visual Basic (Declaration)
Public Sub New ( _
	path As String _
)

Parameters

path
Type: System..::.String

[Missing <param name="path"/> documentation for "M:TallComponents.Web.Area.#ctor(System.String)"]

See Also