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(
Stream stream
)
VB
Public Sub ExportFdf (
stream As Stream
)
Parameters
- stream
- Type: System.IO.Stream
The stream to save form data to.
See Also