Namespace TallComponents.PDF.Layout
Class Spacing
Spacing is used to define Margin and Padding.
Syntax
public class Spacing
: Object
Constructors
Spacing()
Initializes a new instance of the Spacing class.
Spacing(Double)
Initializes a new instance of the Spacing class with the given spacing.
Spacing(Double,Double,Double,Double)
Initializes a new instance of the Spacing class with the given spacing.
Properties
Double Bottom
Spacing below.
Double Left
Spacing on the left side
Double Right
Spacing on the right side
Double Top
Spacing above.
Methods
Spacing Clone()
Clones a Spacing.
Void CopyFrom(Spacing)
Copy the values for left, right, top and bottom from another Spacing object.