Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.OffsetX

TElPDFSignatureWidgetProps     See also     


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


Specifies signature widget offset from the left page border.

Declaration

[C#]
    int OffsetX;

[VB.NET]
    Property OffsetX As Integer

[Pascal]
    property OffsetX : integer;

[C++]
    int32_t get_OffsetX();
    void set_OffsetX(int32_t Value);

[PHP]
    integer get_OffsetX()
    void set_OffsetX(integer $Value)

[Java]
    int getOffsetX();
    void setOffsetX(int Value);

Description

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

See also:     AutoPos     OffsetY    

Discuss this help topic in SecureBlackbox Forum