Takes the values from the controls in this
PdfDocument and
exports them into FDF document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void ExportFdf(
string fileName
)
VB
Public Sub ExportFdf (
fileName As String
)
Parameters
- fileName
- Type: System.String
The name of the FDF file to save form data to.
See Also