Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfFormData(Stream, PdfFormDataFormat) Constructor

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

Namespace: DevExpress.Pdf

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

Declaration

public PdfFormData(
    Stream stream,
    PdfFormDataFormat format
)

Parameters

Name Type Description
stream Stream

A Stream class descendant containing a file with the 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