Discuss this help topic in SecureBlackbox Forum
Specifies if signature widget will be printed on paper
Declaration
[VB.NET]
Property Print As Boolean
[Pascal]
property Print : boolean;
[C++]
bool get_Print();
void set_Print(bool Value);
[PHP]
bool get_Print()
void set_Print(bool $Value)
[Java]
boolean getPrint();
void setPrint(boolean Value);
Description
If this property value is
True the signature widget will be printed on paper
Discuss this help topic in SecureBlackbox Forum