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