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

In This Topic
    ContactInfo Property (SignatureProperties)
    In This Topic
    Gets or sets the information provided by the signer to enable a recipient to contact the signer to verify the signature (for example, a phone number).
    Syntax
    'Declaration
     
    Public Property ContactInfo As System.String
    public System.string ContactInfo {get; set;}
    See Also