Documents for PDF, .NET Edition Documentation
SignerName Property (SignatureProperties)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > SignatureProperties Class : SignerName Property
Gets or sets the name of the person or authority signing the document.

NOTE: This value is used only if it is not possible to extract the name from the signature, for example from the certificate of the signer.

By default this property is initialized with System.Environment.UserName.

Syntax
'Declaration
 
Public Property SignerName As System.String
public System.string SignerName {get; set;}
See Also

Reference

SignatureProperties Class
SignatureProperties Members