Click or drag to resize

PdfFormWidget ExportData Method (String, DataFormat, String)

Export the form data to a file.

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void ExportData(
	string fileName,
	DataFormat dataFormat,
	string formName
)

Parameters

fileName
Type: System String
Name of the document which is need to export.
dataFormat
Type: Spire.Pdf.Widget DataFormat
The format of exported data.
formName
Type: System String
The name of the PDF file the data is exported from.
See Also