Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.LockAction

TElPDFSignature     See also     


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


Indicates which set of fields shall be locked.

Declaration

[C#]
    TSBPDFFieldMDPAction LockAction;

[VB.NET]
    Property LockAction As TSBPDFFieldMDPAction

[Pascal]
    property LockAction : TSBPDFFieldMDPAction;

[C++]
    TSBPDFFieldMDPAction get_LockAction();
    void set_LockAction(TSBPDFFieldMDPAction Value);

[PHP]
    integer get_LockAction()
    void set_LockAction(integer $Value)

[Java]
    short getLockAction();
    void setLockAction(short Value);

Values:

Description

    This property, in conjunction with LockFields, specifies a set of form fields that shall be locked when the current signature field is signed.

See also:     LockFields    

Discuss this help topic in SecureBlackbox Forum