Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.PDFObject

TElPDFSignature     See also     


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


Returns the signed object.

Declaration

[C#]
    TElPDFObject PDFObject;

[VB.NET]
    Property PDFObject As TElPDFObject

[Pascal]
    property PDFObject : TElPDFObject;

[C++]
    TElPDFObject* get_PDFObject();

[PHP]
    TElPDFObject get_PDFObject()

[Java]
    TElPDFObject getPDFObject();

Description

    Use this property to get the object signed by the signature.

See also:     Page    

Discuss this help topic in SecureBlackbox Forum