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

In This Topic
    NewExporter Method (ComplexExportProvider)
    In This Topic
    Creates a new Exporter object. When overridden in a derived class, returns an instance of a specialized class derived from Exporter.
    Syntax
    'Declaration
     
    Public MustOverride Function NewExporter() As Exporter
    public abstract Exporter NewExporter()

    Return Value

    Returns the newly created exporter.
    See Also