Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.Locked

TElPDFSignatureWidgetProps     See also     


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


Specifies if signature widget can be moved by the user

Declaration

[C#]
    bool Locked;

[VB.NET]
    Property Locked As Boolean

[Pascal]
    property Locked : boolean;

[C++]
    bool get_Locked();
    void set_Locked(bool Value);

[PHP]
    bool get_Locked()
    void set_Locked(bool $Value)

[Java]
    boolean getLocked();
    void setLocked(boolean Value);

Description

    If this property value is True signature widget can't be moved by the user.
    In fact, Adobe always treat this tag as True, i.e., independently of the tag value the signature widget can't be moved by user.

See also:     Locked     NoRotate     NoView     NoZoom     Print     ReadOnly     ToggleNoView    

Discuss this help topic in SecureBlackbox Forum