Skip to main content

PdfDocumentProcessor.Import(Stream) Method

Imports interactive form data from the specified stream.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

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