Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.ExtraSpace

TElPDFSignature     See also     


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


Specifies the size of extra space to be allocated in the document behind the signature.

Declaration

[C#]
    int ExtraSpace;

[VB.NET]
    Property ExtraSpace As Integer

[Pascal]
    property ExtraSpace : integer;

[C++]
    int32_t get_ExtraSpace();
    void set_ExtraSpace(int32_t Value);

[PHP]
    integer get_ExtraSpace()
    void set_ExtraSpace(integer $Value)

[Java]
    int getExtraSpace();
    void setExtraSpace(int Value);

Description

    Use this property to allocate extra zero character space in the document behind the signature. The allocated space can be used in future to place a timestamp.

See also:     Timestamp    

Discuss this help topic in SecureBlackbox Forum