Discuss this help topic in SecureBlackbox Forum
Contains line length in symbols.
Declaration
[C#/Java]
int LineLength;
[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)
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