[]
        
(Showing Draft Content)

C1.WPF.Document.Export.Ssrs.EmfExportProvider

EmfExportProvider Class

Describes export to image EMF format.

Inheritance
EmfExportProvider
Namespace: C1.WPF.Document.Export.Ssrs
Assembly: C1.WPF.Document.dll
Syntax
public class EmfExportProvider : ExportProvider

Constructors

Name Description
EmfExportProvider()

Properties

Name Description
DefaultExtension

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

FormatName

Gets a short description of the EMF export format.

Methods

Name Description
NewExporter()

Creates a new instance of the EmfExporter class.

See Also