Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.HideDefaultText

TElPDFSignatureWidgetProps     See also     


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


Specifies whether the default text should be shown in the widget.

Declaration

[C#]
    bool HideDefaultText;

[VB.NET]
    Property HideDefaultText As Boolean

[Pascal]
    property HideDefaultText : Boolean;

[C++]
    bool get_HideDefaultText();
    void set_HideDefaultText(bool Value);

[PHP]
    bool get_HideDefaultText()
    void set_HideDefaultText(bool $Value)

[Java]
    boolean getHideDefaultText();
    void setHideDefaultText(boolean Value);

Description

    Set this property to True to hide the default text of the signature widget (signature algorithm, signing time, etc.). The default value is False.

See also:     CustomText    

Discuss this help topic in SecureBlackbox Forum