Table of Contents

Method ToStream

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

ToStream(bool)

Saves and returns a Memory Stream containing all objects of the document.

public MemoryStream ToStream(bool compress)

Parameters

compress bool

Set it to true in order to Compress the memory stream.

Returns

MemoryStream

A System.IO.MemoryStream containing all objects of the document.

ToStream()

Saves and returns a Memory Stream containing all objects of the document.

public MemoryStream ToStream()

Returns

MemoryStream

A System.IO.MemoryStream containing all objects of the document.