Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum