Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.OffsetX

TElPDFSignatureInfo     See also     


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


Returns the field's 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();

[PHP]
    integer get_OffsetX()

[Java]
    int getOffsetX();

Description

    Use this property to get the horizontal offset of the signature form field.

See also:     OffsetY    

Discuss this help topic in SecureBlackbox Forum