Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.Timestamp

TElPDFSignature     See also     


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


Adds timestamp to the signature

Declaration

[C#]
    void Timestamp();

[VB.NET]
    Sub Timestamp()

[Pascal]
    procedure Timestamp;

[C++]
    void Timestamp();

[PHP]
    void Timestamp()

[Java]
    void timestamp();

Description

    Use this function to add a timestamp to the existing signature. If there is no space in the document for the timestamp, an exception will be risen. You can use ExtraSpace property to allocate additional space for a timestamp.

See also:     ExtraSpace    

Discuss this help topic in SecureBlackbox Forum