| IDAutomation Maxicode Forms Control |
|
Maxicode.SaveIndependentMetafile Method
Saves the metafile contained in the IndependentEMF property of the control.
[Visual Basic]
Public Function SaveIndependentMetafile( _
ByVal
FileNameAndPath As
String _
) As
Boolean
[C#]
public
bool SaveIndependentMetafile(
string FileNameAndPath);
Parameters
-
FileNameAndPath
- The path and file name for the metafile
Return Value
True if the file is saved correctly, otherwise false.
See Also
Maxicode Class | IDAutomation.Windows.Forms.Maxicode Namespace