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