PdfInteractiveFormExportData(Stream, PdfFormDataFormat) Method |
Exports the interactive form data from the current
PdfInteractiveForm to the specified FDF, XFDF or JSON stream.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntaxpublic void ExportData(
Stream stream,
PdfFormDataFormat format
)
Public Sub ExportData (
stream As Stream,
format As PdfFormDataFormat
)
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
See Also