Padding Constructor (Int32, Int32, Int32, Int32) |
Initializes a new instance of the Padding class using the supplied padding sizes.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic Padding(
int left,
int right,
int top,
int bottom
)
Public Sub New (
left As Integer,
right As Integer,
top As Integer,
bottom As Integer
)
public:
Padding(
int left,
int right,
int top,
int bottom
)
new :
left : int *
right : int *
top : int *
bottom : int -> Padding
Parameters
- left
- Type: SystemInt32
The left padding size. - right
- Type: SystemInt32
The right padding size. - top
- Type: SystemInt32
The top padding size. - bottom
- Type: SystemInt32
The bottom padding size.
See Also