Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.Attestation

TElPDFLegalContentAttestation     


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


Contains author's attestation of the document.

Declaration

[C#]
    string Attestation;

[VB.NET]
    Property Attestation As String

[Pascal]
    property Attestation : string;

[C++]
    void get_Attestation(std::string &OutResult);
    void set_Attestation(const std::string &Value);

[PHP]
    string get_Attestation()
    void set_Attestation(string $Value)

[Java]
    String getAttestation();
    void setAttestation(String Value);

Description

    "Attestation" explains the presence of any other entries in the "Legal attestation" dictionary or the presence of any other content affecting the legal integrity of the document.

Discuss this help topic in SecureBlackbox Forum