Initializes a new instance of the Spacing class with the given spacing.
Namespace: TallComponents.PDF.LayoutAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public Spacing( double top, double left, double right, double bottom ) |
| Visual Basic |
|---|
Public Sub New ( _ top As Double, _ left As Double, _ right As Double, _ bottom As Double _ ) |
Parameters
- top
- Type: System..::..Double
The spacing in points to be assigned to the top.
- left
- Type: System..::..Double
The spacing in points to be assigned to the left.
- right
- Type: System..::..Double
The spacing in points to be assigned to the right.
- bottom
- Type: System..::..Double
The spacing in points to be assigned to the bottom.