Discuss this help topic in SecureBlackbox Forum
Specifies whether to stretch the background picture to fit the signature widget.
Declaration
[C#]
bool AutoStretchBackground;
[VB.NET]
Property AutoStretchBackground As Boolean
[Pascal]
property AutoStretchBackground : Boolean;
[C++]
bool get_AutoStretchBackground();
void set_AutoStretchBackground(bool Value);
[PHP]
bool get_AutoStretchBackground()
void set_AutoStretchBackground(bool $Value)
[Java]
boolean getAutoStretchBackground();
void setAutoStretchBackground(boolean Value);
Description
If this property is
True the background picture will be automatically stretched to fit the signature widget.
The default value is
True.
The default value is true.
Discuss this help topic in SecureBlackbox Forum