Initializes a new instance of the Spacing class with the given spacing.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
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.