Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetText.Y

TElPDFSignatureWidgetText     See also     


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


Specifies the vertical offset of the text.

Declaration

[C#]
    double Y;

[VB.NET]
    Property Y As Double

[Pascal]
    property Y : Double;

[C++]
    double get_Y();
    void set_Y(double Value);

[PHP]
    double get_Y()
    void set_Y(double $Value)

[Java]
    double getY();
    void setY(double Value);

Description

    Use this property to set the vertical offset of the text.

See also:     X    

Discuss this help topic in SecureBlackbox Forum