LinkBase.ExportToRtf Method
Name | Parameters | Description |
---|---|---|
ExportToRtf(Stream, RtfExportOptions) | stream, options | Exports a document to the specified stream in RTF format using the defined RTF-specific options. |
ExportToRtf(Stream) | stream | Exports a document to the specified stream in RTF format. |
ExportToRtf(String, RtfExportOptions) | filePath, options | Exports a document to the specified file path in RTF format using the defined RTF-specific options. |
ExportToRtf(String) | filePath | Exports a document to the specified file path in RTF format. |