Back to Devexpress

PrintingSystemBase.ExportToText Method

corelibraries-devexpress-dot-xtraprinting-dot-printingsystembase-dot-exporttotext.md

latest1.0 KB
Original Source

PrintingSystemBase.ExportToText Method

NameParametersDescription
ExportToText(Stream, TextExportOptions)stream, optionsExports a document to the specified stream in Text format using the defined Text-specific options.
ExportToText(Stream)streamExports a document to the specified stream in Text format.
ExportToText(String, TextExportOptions)filePath, optionsExports a document to the specified file path in Text format using the defined Text-specific options.
ExportToText(String)filePathExports a document to the specified file path in Text format.