Method ExportFdf
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ExportFdf(string)
Takes the values from the controls in this PdfDocument and exports them into FDF document.
public void ExportFdf(string fileName)
Parameters
fileName
stringThe name of the FDF file to save form data to.
ExportFdf(Stream)
Takes the values from the controls in this PdfDocument and exports them into FDF document.
public void ExportFdf(Stream stream)
Parameters
stream
StreamThe stream to save form data to.