Table of Contents

Method LoadFromMemory

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

LoadFromMemory(Stream)

Loads a Document from a stream.

public bool LoadFromMemory(Stream stream)

Parameters

stream Stream

The 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

stream Stream

The stream from where the objects are.

iscompressed bool

Set it to true if the stream is compressed

Returns

bool

True if the operation was succesfull.

See Also