Click or drag to resize

PdfSignatureMaker SetName Method

Note: This API is now obsolete.

The name of the person or anthority signing the document this value should be used only when it is not possible to extract the name from the signature for example, from the certificat of the signer

Namespace: Spire.Pdf.Interactive.DigitalSignatures
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This method may be removed in the future.Use Spire.Pdf.Interactive.DigitalSignatures.PdfSignature.Name instead")]
public void SetName(
	string name
)

Parameters

name
Type: System String
See Also