Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.StretchX

TElPDFSignatureWidgetProps     See also     


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


Specifies the X-stretching of the background picture.

Declaration

[C#]
    double StretchX;

[VB.NET]
    Property StretchX As Double

[Pascal]
    property StretchX : Double;

[C++]
    double get_StretchX();
    void set_StretchX(double Value);

[PHP]
    double get_StretchX()
    void set_StretchX(double $Value)

[Java]
    double getStretchX();
    void setStretchX(double Value);

Description

    Use this property to manually specify the horizontal size of the stretched background picture.

See also:     StretchY     AutoStretchBackground    

Discuss this help topic in SecureBlackbox Forum