Padding(NullableDouble, NullableDouble, NullableDouble, NullableDouble) Constructor |
Initializes a new instance of the
Padding
struct with specified left, top, right and bottom padding.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntax public 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 NullableDouble
- The left padding or null if it value should be inherited.
- top NullableDouble
- The top padding or null if it value should be inherited.
- right NullableDouble
- The right padding or null if it value should be inherited.
- bottom NullableDouble
- The bottom padding or null if it value should be inherited.
See Also