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

Initializes a new instance of the Spacing class with the given spacing.

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

Syntax

C#
public Spacing(
	double top,
	double left,
	double right,
	double bottom
)
Visual Basic
Public Sub New ( _
	top As Double, _
	left As Double, _
	right As Double, _
	bottom As Double _
)

Parameters

top
Type: System..::..Double
The spacing in points to be assigned to the top.
left
Type: System..::..Double
The spacing in points to be assigned to the left.
right
Type: System..::..Double
The spacing in points to be assigned to the right.
bottom
Type: System..::..Double
The spacing in points to be assigned to the bottom.

See Also