Method Save
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Save(Stream)
Saves the 3D data to the specified stream.
public void Save(Stream stream)
Parameters
streamStreamThe stream to save 3D data to.
Save(string)
Saves the 3D data to the file with specified name.
public void Save(string fileName)
Parameters
fileNamestringThe name of the file to save 3D data to.