Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.Reason

TElPDFSignature     See also     


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


Specifies reason of the signing.

Declaration

[C#]
    string Reason;

[VB.NET]
    Property Reason As String

[Pascal]
    property Reason : string;

[C++]
    void get_Reason(std::string &OutResult);
    void set_Reason(const std::string &Value);

[PHP]
    string get_Reason()
    void set_Reason(string $Value)

[Java]
    String getReason();
    void setReason(String Value);

Description

    Use this property to specify reason of the signing, for example to confirm the document correctness.

See also:     AuthorName     ContactInfo     Invisible     Location     Page     SignatureName     SigningTime     WidgetProps    

Discuss this help topic in SecureBlackbox Forum