[]
        
(Showing Draft Content)

C1.WPF.Document.Export.MetafileExportProvider

MetafileExportProvider Class

Describes export to EMF format.

Inheritance
MetafileExportProvider
Namespace: C1.WPF.Document.Export
Assembly: C1.WPF.Document.dll
Syntax
public class MetafileExportProvider : ImageExportProvider

Constructors

Name Description
MetafileExportProvider()

Properties

Name Description
DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "zip".

FormatName

Gets a short description of the EMF export format.

Methods

Name Description
NewExporter()

Creates a new instance of the MetafileFilter class.

See Also