Discuss this help topic in SecureBlackbox Forum
Specifies if the signature will be visible on the page.
Declaration
[VB.NET]
Property Invisible As Boolean
[Pascal]
property Invisible : boolean;
[C++]
bool get_Invisible();
void set_Invisible(bool Value);
[PHP]
bool get_Invisible()
void set_Invisible(bool $Value)
[Java]
boolean getInvisible();
void setInvisible(boolean Value);
Description
When this property is set to True, the signature will not be shown on the page.
Otherwise it will be visible.
The default value is true.
Discuss this help topic in SecureBlackbox Forum