Method CopyFrom
Namespace TallComponents.PDF
Class Spacing
Copy the values for left, right, top and bottom from another Spacing object.
Using this method is preferred above assigning the object.
Syntax
public
Void
CopyFrom(
Spacing
other
)
Returns
Void
Parameters
Spacing
other
The object to copy values from.