Discuss this help topic in SecureBlackbox Forum
Specifies if signature widget size will be changed during zooming
Declaration
[VB.NET]
Property NoZoom As Boolean
[Pascal]
property NoZoom : boolean;
[C++]
bool get_NoZoom();
void set_NoZoom(bool Value);
[PHP]
bool get_NoZoom()
void set_NoZoom(bool $Value)
[Java]
boolean getNoZoom();
void setNoZoom(boolean Value);
Description
If this property value is
True signature widget size will not be changed during zooming.
Discuss this help topic in SecureBlackbox Forum