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: 2025.6.5
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).
ExceptionsException | Condition |
---|
ArgumentNullException | stream is . |
ArgumentException | PDF interactive form can only be exported to FDF, XFDF or JSON file format. |
See Also