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

PdfFormData(String, PdfFormDataFormat) Constructor

Initializes a new instance of the PdfFormData class with the predefined file name and data format.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFormData(
    string fileName,
    PdfFormDataFormat format
)

Parameters

Name Type Description
fileName String

A String containing the path to a file with the interactive form data (Fdf, Txt, Xfdf or Xml format).

format PdfFormDataFormat

A PdfFormDataFormat enumeration value specifying the format in which interactive form values are stored.

See Also