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