Click or drag to resize

PdfInteractiveFormExportData(Stream, PdfFormDataFormat) Method

Exports the interactive form data from the current PdfInteractiveForm to the specified FDF, XFDF or JSON stream.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public void ExportData(
	Stream stream,
	PdfFormDataFormat format
)

Parameters

stream  Stream
The FDF, XFDF or JSON stream to which to export the interactive form data.
format  PdfFormDataFormat
The format in which interactive form data is exported (FDF, XFDF or JSON).
Exceptions
ExceptionCondition
ArgumentNullExceptionstream is .
ArgumentExceptionPDF interactive form can only be exported to FDF, XFDF or JSON file format.
See Also