Discuss this help topic in SecureBlackbox Forum
Contains line length in symbols.
Declaration
[VB.NET]
Property LineLength As Integer
[Pascal]
property LineLength: integer;
[C++]
int32_t get_LineLength();
void set_LineLength(int32_t Value);
[PHP]
integer get_LineLength()
void set_LineLength(integer $Value)
[Java]
int getLineLength();
void setLineLength(int Value);
Description
Use this property to get or set the length of the text line for encoded data.
Default value is 64.
Discuss this help topic in SecureBlackbox Forum