Padding(NullableDouble) Constructor |
Initializes a new instance of the
Padding
struct with specified left/top/right/bottom padding.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public Padding(
double? leftTopRightBottom
)
Public Sub New (
leftTopRightBottom As Double?
)
Parameters
- leftTopRightBottom NullableDouble
- The left/top/right/bottom padding or
null if it value should be inherited.
See Also