Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export Namespace / TiffExportProvider Class / NewExporter Method

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

    Return Value

    The newly created TiffFilter.
    See Also