Padding(Double, Double, Double, Double, LengthUnit) Constructor |
Initializes a new instance of the
Padding
struct with specified left, top, right and bottom padding in specified measurement unit.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public Padding(
double left,
double top,
double right,
double bottom,
LengthUnit unit
)
Public Sub New (
left As Double,
top As Double,
right As Double,
bottom As Double,
unit As LengthUnit
)
Parameters
- left Double
- The left padding.
- top Double
- The top padding.
- right Double
- The right padding.
- bottom Double
- The bottom padding.
- unit LengthUnit
- The measurement unit used to specify padding.
See Also