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

In This Topic
    NewExporter Method (C1dExportProvider)
    In This Topic
    Creates a new instance of C1dExporter.
    Syntax
    'Declaration
     
    Public Overrides Function NewExporter() As Exporter
    public override Exporter NewExporter()

    Return Value

    The newly created instance.
    See Also