Search
FlowChart.SaveToMetaFile Method
See Also
 



Exports a metafile image that represents the current diagram contents.

 Syntax

VB6  Copy Code

Public Sub SaveToMetaFile( _
    ByVal FileName As String, _
    ByVal Description As String _
)

C++  Copy Code

public:
void SaveToMetaFile (
    BSTR FileName,
    BSTR Description
)

 Parameters

FileName
The name of the metafile in which to export the diagram.
Description
The metafile description text.

 Remarks

Exports the current FlowChartX diagram into a metafile picture. The created file is in EMF format.

 See Also