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