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