Padding Constructor (Double, Double, Double, Double) |
Initializes a new instance of the
Padding struct with specified left, top, right and bottom padding.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 29.0.35.1122
Syntaxpublic Padding(
double left,
double top,
double right,
double bottom
)
Public Sub New (
left As Double,
top As Double,
right As Double,
bottom As Double
)
Parameters
- left
- Type: SystemDouble
The left padding. - top
- Type: SystemDouble
The top padding. - right
- Type: SystemDouble
The right padding. - bottom
- Type: SystemDouble
The bottom padding.
See Also