Skip to main content

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.v24.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