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

Copy the values for left, right, top and bottom from another Spacing object.

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

Syntax

C#
public void CopyFrom(
	Spacing other
)
Visual Basic
Public Sub CopyFrom ( _
	other As Spacing _
)

Parameters

other
Type: TallComponents.Web..::..Spacing
The object to copy values from.

Remarks

Using this method is preferred above assigning the object.

See Also