FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / PngExportProvider Class / NewExporter Method

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

    Return Value

    The newly created PngFilter.
    See Also