Discuss this help topic in SecureBlackbox Forum
Specifies header string on the signature widget.
Declaration
[VB.NET]
Property Header As String
[Pascal]
property Header : string;
[C++]
void get_Header(std::string &OutResult);
void set_Header(const std::string &Value);
[PHP]
string get_Header()
void set_Header(string $Value)
[Java]
String getHeader();
void setHeader(String Value);
Description
Use this property to specify header on the signature widget.
Note, that this string should not be too long as if it is not go in the widget width it
will be cut.
Discuss this help topic in SecureBlackbox Forum