PdfFormData.Save(String, PdfFormDataFormat) Method
In This Article
Saves the interactive form data into a file in the specified form data format.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public void Save(
string fileName,
PdfFormDataFormat format
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A file path and file name. |
format | Pdf |
An enumeration value that indicates the form data format. |
See Also