Skip to main content
A newer version of this page is available. .

PrintingSystemBase.ExportToText Method

Name Parameters Description
ExportToText(Stream, TextExportOptions) stream, options Exports a document to the specified stream in Text format using the defined Text-specific options.
ExportToText(Stream) stream Exports a document to the specified stream in Text format.
ExportToText(String, TextExportOptions) filePath, options Exports a document to the specified file path in Text format using the defined Text-specific options.
ExportToText(String) filePath Exports a document to the specified file path in Text format.