PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / EmfExportProvider Class / NewExporter Method

In This Topic
    NewExporter Method (EmfExportProvider)
    In This Topic
    Creates a new instance of the EmfExporter class.
    Syntax
    'Declaration
     
    Public Overrides Function NewExporter() As Exporter
    public override Exporter NewExporter()

    Return Value

    The newly created EmfExporter.
    See Also