Save To RTF file

Namespace: CuteEditor.Convertor.RTF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void Save(
	string filePath
)
Visual Basic
Public Sub Save ( _
	filePath As String _
)
Visual C++
public:
void Save(
	String^ filePath
)

Parameters

filePath
Type: System..::..String
file absolute path

See Also