PdfSignatureProperties
SetSoftwareModuleName Method
|
Set the name of the software module used to create the signature.
(Option)
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetSoftwareModuleName(
string softwareModuleName
)
Public Sub SetSoftwareModuleName (
softwareModuleName As String
)
public:
void SetSoftwareModuleName(
String^ softwareModuleName
)
member SetSoftwareModuleName :
softwareModuleName : string -> unit
Parameters
-
softwareModuleName
-
Type:
System
String
the name of the software module.
See Also