PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / RtfExporter Class / Export Method

In This Topic
    Export Method (RtfExporter)
    In This Topic
    Exports the object specified by the Exporter.Document property on the current exporter to the specified file.
    Overload List
    OverloadDescription
    Exports the object specified by the Exporter.Document property on the current exporter to the specified file. (Inherited from C1.C1Preview.Export.Exporter)
    Exports the object specified by the Exporter.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 Exporter.ExportProvider prior to calling this method.

    (Inherited from C1.C1Preview.Export.Exporter)
    See Also