Discuss this help topic in SecureBlackbox Forum
Specifies if the signature will be visible on the page.
Declaration
[C#/Java]
bool Invisible;
[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)
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