Padding Constructor (Int32) |
Initializes a new instance of the Padding class using the supplied padding size for all edges.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic Padding(
int all
)
Public Sub New (
all As Integer
)
public:
Padding(
int all
)
new :
all : int -> Padding
Parameters
- all
- Type: SystemInt32
The number of measure units to be used for padding for all edges.
See Also