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
If this property value is
True the signature will not be shown on the page.
Otherwise it will be visible.
Discuss this help topic in SecureBlackbox Forum