[]
        
(Showing Draft Content)

C1.C1Preview.Export.ImageExportProvider.NewExporter

NewExporter Method

NewExporter()

Creates a new instance of ImageExporter, sets the ImageFormat property on that instance to the image format returned by GetImageFormat().

Declaration
public override Exporter NewExporter()
Public Overrides Function NewExporter() As Exporter
Returns
Type Description
Exporter

The newly created instance.

Overrides