SearchConfigurationCharactersPerLine Property
Maximum number of characters per line.
Namespace: Mythicsoft.Search.CoreAssembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
public int CharactersPerLine { get; set; }
public:
property int CharactersPerLine {
int get ();
void set (int value);
}
Property Value
Int32 For some file types, especially binary files such as DLL, EXE etc,
there may not be EOL markers in the data and so the search engine uses this value
to define lines based on a maximum length.