Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.AuthorName

TElPDFSignature     See also     


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


Contains name of the signer

Declaration

[C#]
    string AuthorName;

[VB.NET]
    Property AuthorName As String

[Pascal]
    property AuthorName : string;

[C++]
    void get_AuthorName(std::string &OutResult);
    void set_AuthorName(const std::string &Value);

[PHP]
    string get_AuthorName()
    void set_AuthorName(string $Value)

[Java]
    String getAuthorName();
    void setAuthorName(String Value);

Description

    Use this property to specify signer's name.

See also:     ContactInfo     Location     Page     SignatureName     SigningTime     Reason     WidgetProps    

Discuss this help topic in SecureBlackbox Forum