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

PdfDocumentProcessor.Import(Stream) Method

Imports interactive form data from the specified stream.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public void Import(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream class descendant specifying the stream containing the file with interactive form data.

See Also