Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.LockedContents

TElPDFSignatureWidgetProps     See also     


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


Specifies if widget's contents should be locked.

Declaration

[C#]
    bool LockedContents;

[VB.NET]
    Property LockedContents As Boolean

[Pascal]
    property LockedContents : Boolean;

[C++]
    bool get_LockedContents();
    void set_LockedContents(bool Value);

[PHP]
    bool get_LockedContents()
    void set_LockedContents(bool $Value)

[Java]
    boolean getLockedContents();
    void setLockedContents(boolean Value);

Description

    Set this property to True if widget's contents should be locked. The default value is False.

See also:     Locked    

Discuss this help topic in SecureBlackbox Forum