Skip to main content

PdfFormData(String) Constructor

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFormData(
    string fileName
)

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

See Also