Discuss this help topic in SecureBlackbox Forum

TElPGPArmoringStream.LineLength

TElPGPArmoringStream     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains line length in symbols.

Declaration

[C#]
    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)

[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