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