In This Topic
Create the Exporter object
Syntax
'Declaration
Public MustOverride Function Exporter( _
ByVal As System.String _
) As IExporter
public abstract IExporter Exporter(
System.string
)
Parameters
- Format
- The format to be used for the compression/export
Return Value
The new Exported object
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also