Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.ContactInfo

TElPDFSignature     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains signer's contact information

Declaration

[C#]
    string ContactInfo;

[VB.NET]
    Property ContactInfo As String

[Pascal]
    property ContactInfo : string;

[C++]
    void get_ContactInfo(std::string &OutResult);
    void set_ContactInfo(const std::string &Value);

[PHP]
    string get_ContactInfo()
    void set_ContactInfo(string $Value)

[Java]
    String getContactInfo();
    void setContactInfo(String Value);

Description

    Use this property to specify signer's contact data.

See also:     AuthorName     Invisible     Location     Page     SignatureName     SigningTime     Reason     WidgetProps    

Discuss this help topic in SecureBlackbox Forum