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
compressboolSet 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.