Method Save
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Save(Stream)
Saves the entire XFA form to the specified stream.
public void Save(Stream stream)
Parameters
stream
StreamThe stream to save the XFA form to.
Remarks
To change the XFA form, use CreateXfaForm methods and Xfa property.
Save(string)
Saves the entire XFA form to the file with specified name.
public void Save(string fileName)
Parameters
fileName
stringThe name of the file to save the XFA form to.