Back to Devexpress

LinkBase.ExportToRtf Method

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

latest1000 B
Original Source

LinkBase.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.