Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.OffsetY

TElPDFSignatureInfo     See also     


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


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

[PHP]
    integer get_OffsetY()

[Java]
    int getOffsetY();

Description

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

See also:     OffsetX    

Discuss this help topic in SecureBlackbox Forum