Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / TiffExportProvider Class / NewExporter Method

In This Topic
    NewExporter Method (TiffExportProvider)
    In This Topic
    Creates a new instance of ImageExporter, sets the ImageFormat property on that instance to the image format returned by GetImageFormat.
    Syntax
    'Declaration
     
    Public Overridable Function NewExporter() As Exporter
    public virtual Exporter NewExporter()

    Return Value

    The newly created instance.
    See Also