PdfFormData(Stream) Constructor
In This Article
Initializes a new instance of the PdfFormData class with the predefined stream.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream class descendant containing a file with the interactive form data (Fdf, Txt, Xfdf or Xml format). |
See Also