C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / Exporter Class / Export Method

In This Topic
Export Method (Exporter)
In This Topic
Exports the object specified by the Document property on the current exporter to the specified file.
Overload List
OverloadDescription
Exports the object specified by the Document property on the current exporter to the specified file.  
Exports the object specified by the Document property on the current exporter to the specified System.IO.Stream.

Note that some export formats do not support exporting to streams. Test the value returned by the ExportProvider.CanExportToStream property on ExportProvider prior to calling this method.

 
See Also