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

Namespace: TallComponents.PDF.Layout
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

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

Parameters

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

Remarks

Using this method is preferred above assigning the object.

See Also