Discuss this help topic in SecureBlackbox Forum
Specifies whether to stretch the background picture to fit the signature widget.
Declaration
[C#/Java]
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)
Description
If this property is
True the background picture will be automatically stretched to fit the signature widget.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum