ASP.NET Pack Programmer's Guide
WmfExporter Class
Remarks See Also
 





Creates WMF (Windows MetaFile) images from the content of Diagram objects.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Wmf

 Syntax

C#  Copy Code

public class WmfExporter

Visual Basic  Copy Code

Public Class WmfExporter

 Remarks

In order to use this component, add a reference to the MindFusion.Diagramming.Export.Wmf.dll assembly to your project. To create a WMF file from a diagram, create a WmfExporter instance and call its Export method, passing a Diagram object as parameter.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Export.WmfExporter

 See Also

WmfExporter Members
MindFusion.Diagramming.Export Namespace