Table of Contents

Method SaveToFile

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SaveToFile(string, RichTextFileType)

Saves the buffer content using the given type.

bool SaveToFile(string file, RichTextFileType type = RichTextFileType.Any)

Parameters

file string

File name.

type RichTextFileType

File type.

Returns

bool

Remarks

If the specified type is Any, the type is deduced from the filename extension.