PDFKit.NET 2.0 Class Library (.NET 2.0)

Spacing.CopyFrom Method 

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

public void CopyFrom(
   Spacing other
);

Parameters

other
The object to copy values from.

Remarks

Using this method is preferred above assigning the object.

See Also

Spacing Class | TallComponents.PDF Namespace