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
fileNamestringThe 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
streamStreamThe stream to save form data to.