Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSSignatureDefinition.StartY

TElOfficeOpenXPSSignatureDefinition     See also     


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


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

Declaration

[C#]
    double StartY;

[VB.NET]
    Property StartY As Double

[Pascal]
    property StartY : Double;

[C++]
    double get_StartY();
    void set_StartY(double Value);

[PHP]
    double get_StartY()
    void set_StartY(double $Value)

[Java]
    double getStartY();
    void setStartY(double Value);

Description

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

See also:     PageURI     StartX    

Discuss this help topic in SecureBlackbox Forum