Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetText.X

TElPDFSignatureWidgetText     See also     


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


Specifies the horizontal offset of the text.

Declaration

[C#]
    double X;

[VB.NET]
    Property X As Double

[Pascal]
    property X : Double;

[C++]
    double get_X();
    void set_X(double Value);

[PHP]
    double get_X()
    void set_X(double $Value)

[Java]
    double getX();
    void setX(double Value);

Description

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

See also:     Y    

Discuss this help topic in SecureBlackbox Forum