Xceed Binary Encoding Library Documentation
EXBEndOfLineType enumeration
Xceed Binary Encoding control reference > Enumerations > EXBEndOfLineType enumeration

EXBEndOfLineType
{
  bltNone = 0, 
  bltCrLf = 1, 
  bltLf = 2, 
  bltCr = 3 
}

This enumeration is used by the EndOfLineType property. The meaning of each member of this enumeration can be found in that method's help topic.