Discuss this help topic in SecureBlackbox Forum
The last character code defined in the Widths array.
Declaration
[VB.NET]
Property LastChar As Integer
[Pascal]
property LastChar : integer;
[C++]
int32_t get_LastChar();
void set_LastChar(int32_t Value);
[PHP]
integer get_LastChar()
void set_LastChar(integer $Value)
[Java]
int getLastChar();
void setLastChar(int Value);
Description
Use this property to get or set the first character code defined in the
Widths array.
Discuss this help topic in SecureBlackbox Forum