Discuss this help topic in SecureBlackbox Forum
Specifies signature widget offset from the bottom page border.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum