Discuss this help topic in SecureBlackbox Forum

TElPDFSignature.LockFields

TElPDFSignature     See also     


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


Returns the fields that shall be locked on signing.

Declaration

[C#]
    TElStringList LockFields;

[VB.NET]
    Property LockFields As TElStringList

[Pascal]
    property LockFields : TElStringList;

[C++]
    TElStringList* get_LockFields();

[PHP]
    TElStringList get_LockFields()

[Java]
    TElStringList getLockFields();

Description

    This property returns the list of form field names that shall be locked on signing. Whether this list shall be included or excluded is defined by LockAction.

See also:     LockAction    

Discuss this help topic in SecureBlackbox Forum