Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfFormData(String, PdfFormDataFormat) Constructor

In This Article

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.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