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

PdfFormData Constructors

Contains data values stored in the PDF Form.
Name Parameters Description
PdfFormData() none Initializes a new instance of the PdfFormData class with the default settings.
PdfFormData(Stream, PdfFormDataFormat) stream, format Initializes a new instance of the PdfFormData class with the predefined stream and data format.
PdfFormData(Stream) stream Initializes a new instance of the PdfFormData class with the predefined stream.
PdfFormData(String, PdfFormDataFormat) fileName, format Initializes a new instance of the PdfFormData class with the predefined file name and data format.
PdfFormData(String) fileName Initializes a new instance of the PdfFormData class with the predefined file name.
See Also