Click or drag to resize

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
)

Parameters

softwareModuleName
Type: System String
the name of the software module.
See Also