Export Method (C1MultiDocument)
In This Topic
Exports the current multi-document to a disk file.
Overload List
Overload | Description |
Export(String,OutputRange,Boolean) | Exports the current multi-document to a disk file. |
Export(String,Boolean) | Exports the current multi-document to a disk file. |
Export(String) | Exports the current multi-document to a disk file. |
Export(Stream,ExportProvider,Boolean) | Exports the current multi-document to a stream. |
Export(Stream,ExportProvider) | Exports the current multi-document to a stream. |
Export(String,ExportProvider,OutputRange,Boolean) | Exports the current multi-document to a disk file. |
Export(Stream,ExportProvider,OutputRange,Boolean) | Exports the current multi-document to a stream. |
See Also