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