Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.ExplicitElementSignature

TElPDFSignature     See also     


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


Specifies whether the signature is made over a specific document's element.

Declaration

[C#]
    bool ExplicitElementSignature;

[VB.NET]
    Property ExplicitElementSignature As Boolean

[Pascal]
    property ExplicitElementSignature : boolean;

[C++]
    bool get_ExplicitElementSignature();
    void set_ExplicitElementSignature(bool Value);

[PHP]
    bool get_ExplicitElementSignature()
    void set_ExplicitElementSignature(bool $Value)

[Java]
    boolean getExplicitElementSignature();
    void setExplicitElementSignature(boolean Value);

Description

    Set this property to True if MDP signature is made over a specific element in the PDF document. This element can be accessed via ExplicitElement. The default value is False.

See also:     ExplicitElement    

Discuss this help topic in SecureBlackbox Forum