PdfDocumentProcessor.Import(Stream) Method
In This Article
Imports interactive form data from the specified stream.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | A Stream class descendant specifying the stream containing the file with interactive form data. |
See Also