Save objects to file. The IEV format is writed to save vectorial objects as lines, ellipses and bitmaps (but not background image).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SaveObjects(
	string fileName
)
Public Sub SaveObjects ( _
	fileName As String _
)
public:
void SaveObjects(
	String^ fileName
)

Parameters

fileName
String
The destination file name.

See Also