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 using form data format.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public void Save(
    string fileName,
    PdfFormDataFormat format
)

Parameters

Name Type Description
fileName String

A String specifying the file path and file name.

format PdfFormDataFormat

A PdfFormDataFormat enumeration value, specifying into which format interactive form values should be saved.

See Also