Back to Devexpress

PrintingSystemBase.ExportToRtf Method

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

latest1.0 KB
Original Source

PrintingSystemBase.ExportToRtf Method

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