Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.OffsetY

TElPDFSignatureWidgetProps     See also     


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


Specifies signature widget offset from the bottom page border.

Declaration

[C#]
    int OffsetY;

[VB.NET]
    Property OffsetY As Integer

[Pascal]
    property OffsetY : integer;

[C++]
    int32_t get_OffsetY();
    void set_OffsetY(int32_t Value);

[PHP]
    integer get_OffsetY()
    void set_OffsetY(integer $Value)

[Java]
    int getOffsetY();
    void setOffsetY(int Value);

Description

    Use this property to specify signature widget offset from the bottom page border when AutoPos property is set to False.

See also:     AutoPos     OffsetX    

Discuss this help topic in SecureBlackbox Forum