Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.StretchY

TElPDFSignatureWidgetProps     See also     


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


Specifies the Y-stretching of the background picture.

Declaration

[C#]
    double StretchY;

[VB.NET]
    Property StretchY As Double

[Pascal]
    property StretchY : Double;

[C++]
    double get_StretchY();
    void set_StretchY(double Value);

[PHP]
    double get_StretchY()
    void set_StretchY(double $Value)

[Java]
    double getStretchY();
    void setStretchY(double Value);

Description

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

See also:     StretchX     AutoStretchBackground    

Discuss this help topic in SecureBlackbox Forum