Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.RequiredLockAction

TElPDFSignatureInfo     See also     


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


Indicates which set of fields shall be locked.

Declaration

[C#]
    TSBPDFFieldMDPAction RequiredLockAction;

[VB.NET]
    Property RequiredLockAction As TSBPDFFieldMDPAction

[Pascal]
    property RequiredLockAction : TSBPDFFieldMDPAction;

[C++]
    TSBPDFFieldMDPAction get_RequiredLockAction();

[PHP]
    integer get_RequiredLockAction()

[Java]
    short getRequiredLockAction();

Values:

Description

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

See also:     RequiredLockFields    

Discuss this help topic in SecureBlackbox Forum