Loads the objects from Stream. 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 bool LoadObjects(
	Stream stream
)
Public Function LoadObjects ( _
	stream As Stream _
) As Boolean
public:
bool LoadObjects(
	Stream^ stream
)

Parameters

stream
Stream
The input stream

Return Value

Return False if fails

See Also