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

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.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.PDF.Unit.#ctor(System.Double)"]

See Also