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

Create a Unit from a value. The value is assumed to be in Points.

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

Syntax

C#
public Unit(
	double val
)
Visual Basic
Public Sub New ( _
	val As Double _
)

Parameters

val
Type: System..::..Double

[Missing <param name="val"/> documentation for "M:TallComponents.Web.Unit.#ctor(System.Double)"]

See Also