PDFKit.NET 2.0 Class Library (.NET 2.0)

Spacing Constructor (Double, Double, Double, Double)

Initializes a new instance of the Spacing class with the given spacing.

public Spacing(
   double top,
   double left,
   double right,
   double bottom
);

Parameters

top
The spacing in points to be assigned to the top.
left
The spacing in points to be assigned to the left.
right
The spacing in points to be assigned to the right.
bottom
The spacing in points to be assigned to the bottom.

See Also

Spacing Class | TallComponents.PDF Namespace | Spacing Constructor Overload List