Link Search Menu Expand Document

DocumentSaveText Method (String)

Saves the document as text to the specified file.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void SaveText(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of the file to which to save.
See Also

Reference