Back to Devexpress

PdfFormData Constructors

officefileapi-devexpress-dot-pdf-dot-pdfformdata-dot-ctor.md

latest1.6 KB
Original Source

PdfFormData Constructors

Contains data values stored in the PDF Form.

NameParametersDescription
PdfFormData()noneInitializes a new instance of the PdfFormData class with the default settings.
PdfFormData(Stream, PdfFormDataFormat)stream, formatInitializes a new instance of the PdfFormData class with the predefined stream and data format.
PdfFormData(Stream)streamInitializes a new instance of the PdfFormData class with the predefined stream.
PdfFormData(String, PdfFormDataFormat)fileName, formatInitializes a new instance of the PdfFormData class with the predefined file name and data format.
PdfFormData(String)fileNameInitializes a new instance of the PdfFormData class with the predefined file name.

See Also

PdfFormData Class

PdfFormData Members

DevExpress.Pdf Namespace