Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFormData.Save(String, PdfFormDataFormat) Method

Saves the interactive form data into a file in the specified form data format.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public void Save(
    string fileName,
    PdfFormDataFormat format
)

Parameters

Name Type Description
fileName String

A file path and file name.

format PdfFormDataFormat

An enumeration value that indicates the form data format.

See Also