Discuss this help topic in SecureBlackbox Forum

TElPDFDocument.LegalContentAttestation

TElPDFDocument     


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


Represents a "Legal" entry in the document catalog.

Declaration

[C#]
    TElPDFLegalContentAttestation LegalContentAttestation;

[VB.NET]
    Property LegalContentAttestation As TElPDFLegalContentAttestation

[Pascal]
    property LegalContentAttestation : TElPDFLegalContentAttestation;

[C++]
    TElPDFLegalContentAttestation* get_LegalContentAttestation();

[PHP]
    TElPDFLegalContentAttestation get_LegalContentAttestation()

[Java]
    TElPDFLegalContentAttestation getLegalContentAttestation();

Description

    Use this property to access the "Legal attestation" dictionary of the PDF document.

Discuss this help topic in SecureBlackbox Forum