Click or drag to resize

Document SaveToTxt Method

Saves to text document with specified encoding.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SaveToTxt(
	string fileName,
	Encoding encoding
)

Parameters

fileName
Type: System String
Name of the file.
encoding
Type: System.Text Encoding
The encoding.
See Also