Method SaveToFile
SaveToFile(string, RichTextFileType)
Saves the buffer content using the given type.
public virtual bool SaveToFile(string file, RichTextFileType type = RichTextFileType.Any)
Parameters
file
stringFile name.
type
RichTextFileTypeFile type.
Returns
Remarks
If the specified type is Any, the type is deduced from the filename extension.