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