The C1dExporter type exposes the following members.

Methods

  Name Description
Public method Export(Stream)
Exports the object specified by the Document property on the current exporter to the specified Stream.

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

(Inherited from Exporter.)
Public method Export(String)
Exports the object specified by the Document property on the current exporter to the specified file.
(Inherited from Exporter.)
Public method ShowOptionsDialog
Displays a dialog that allows the user to edit the export options.
(Inherited from Exporter.)

See Also