Method LoadFromMemory
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
LoadFromMemory(Stream)
Loads a Document from a stream.
public bool LoadFromMemory(Stream stream)
Parameters
streamStreamThe stream from where the objects are.
Returns
- bool
True if the operation was succesfull.
- See Also
LoadFromMemory(Stream, bool)
Loads a Document from a stream.
public bool LoadFromMemory(Stream stream, bool iscompressed)
Parameters
streamStreamThe stream from where the objects are.
iscompressedboolSet it to true if the stream is compressed
Returns
- bool
True if the operation was succesfull.
- See Also