Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.AutoStretchBackground

TElPDFSignatureWidgetProps     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     StretchX     StretchY    

Discuss this help topic in SecureBlackbox Forum