| FastAFormatterMaxSymbolsAllowedPerLine Property  | 
            Gets or sets the maximum symbols allowed per line.
            Default value is 80.
            Note that the FastA format recommends that all lines 
            should be less than 80 symbol in length.
            
 
Namespace: Bio.IO.FastAAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic int MaxSymbolsAllowedPerLine { get; set; }Public Property MaxSymbolsAllowedPerLine As Integer
	Get
	Set
public:
property int MaxSymbolsAllowedPerLine {
	int get ();
	void set (int value);
}member MaxSymbolsAllowedPerLine : int with get, set
Property Value
Type: 
Int32
See Also