Creates WMF (Windows MetaFile) images from the content of Diagram objects.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Wmf
SyntaxC#
Copy Code
|
|---|
public class WmfExporter |
Visual Basic
Copy Code
|
|---|
Public Class WmfExporter |
RemarksIn 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 HierarchySystem.Object![]()
MindFusion.Diagramming.Export.WmfExporter
See Also