Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSSignatureDefinition.StartX

TElOfficeOpenXPSSignatureDefinition     See also     


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


Specifies the X coordinate of the origin of the place where the signature spot should be displayed.

Declaration

[C#]
    double StartX;

[VB.NET]
    Property StartX As Double

[Pascal]
    property StartX : Double;

[C++]
    double get_StartX();
    void set_StartX(double Value);

[PHP]
    double get_StartX()
    void set_StartX(double $Value)

[Java]
    double getStartX();
    void setStartX(double Value);

Description

    Use this property to specify the X coordinate of the upper-left corner of the position where the signature spot should be displayed.

See also:     PageURI     StartY    

Discuss this help topic in SecureBlackbox Forum