Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.ReadOnly

TElPDFSignatureWidgetProps     See also     


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


Specifies if the signature widget not interact with the user

Declaration

[C#]
    bool ReadOnly;

[VB.NET]
    Property ReadOnly As Boolean

[Pascal]
    property ReadOnly : boolean;

[C++]
    bool get_ReadOnly();
    void set_ReadOnly(bool Value);

[PHP]
    bool get_ReadOnly()
    void set_ReadOnly(bool $Value)

[Java]
    boolean getReadOnly();
    void setReadOnly(boolean Value);

Description

    If this property value is True the signature widget will not interact with the user (will not react on mouse, etc.)

See also:     Locked     NoRotate     NoView     NoZoom     Print     ToggleNoView    

Discuss this help topic in SecureBlackbox Forum