The C1ExporterBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
Export(Stream) |
Exports the object specified by the Document property on the current exporter
to the specified Stream.
(Inherited from Exporter.)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. |
|
Export(String) |
Exports the object specified by the Document property on the current exporter
to the specified file.
(Inherited from Exporter.) |
|
ShowOptionsDialog |
Displays a dialog that allows the user to edit the export options.
(Inherited from Exporter.) |