Back to Devexpress

PdfDocumentProcessor.Import(Stream, PdfFormDataFormat) Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-dot-import-x28-system-dot-io-dot-stream-devexpress-dot-pdf-dot-pdfformdataformat-x29.md

latest1.5 KB
Original Source

PdfDocumentProcessor.Import(Stream, PdfFormDataFormat) Method

Imports interactive form data from the specified stream using the specified format.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public void Import(
    Stream stream,
    PdfFormDataFormat format
)
vb
Public Sub Import(
    stream As Stream,
    format As PdfFormDataFormat
)

Parameters

NameTypeDescription
streamStream

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

| | format | PdfFormDataFormat |

A PdfFormDataFormat enumeration value.

|

See Also

PdfDocumentProcessor Class

PdfDocumentProcessor Members

DevExpress.Pdf Namespace