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

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

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

Parameters

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

Remarks

Using this method is preferred above assigning the object.

See Also