Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.RequiredLockFields

TElPDFSignatureInfo     See also     


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


Returns the fields that shall be locked on signing.

Declaration

[C#]
    TElStringList RequiredLockFields;

[VB.NET]
    Property RequiredLockFields As TElStringList

[Pascal]
    property RequiredLockFields : TElStringList;

[C++]
    TElStringList* get_RequiredLockFields();

[PHP]
    TElStringList get_RequiredLockFields()

[Java]
    TElStringList getRequiredLockFields();

Description

    This property returns the list of form field names that shall be locked when the current signature field is signed. Whether this list shall be included or excluded is defined by RequiredLockAction.

See also:     RequiredLockAction    

Discuss this help topic in SecureBlackbox Forum