Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureProperties Class / SignerName Property

In This Topic
    SignerName Property
    In This Topic
    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