Discuss this help topic in SecureBlackbox Forum
Specifies if signature widget will be displayed when document is viewed
Declaration
[VB.NET]
Property NoView As Boolean
[Pascal]
property NoView : boolean;
[C++]
bool get_NoView();
void set_NoView(bool Value);
[PHP]
bool get_NoView()
void set_NoView(bool $Value)
[Java]
boolean getNoView();
void setNoView(boolean Value);
Description
If this property value is
True signature widget will not be displayed when document is viewed.
Discuss this help topic in SecureBlackbox Forum