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

PdfDocumentProcessor.Export(Stream, PdfFormDataFormat) Method

Exports interactive form data to the specified stream using specified form data format.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public void Export(
    Stream stream,
    PdfFormDataFormat format
)

Parameters

Name Type Description
stream Stream

A Stream class descendant specifying the stream containing the document to which interactive form data should be exported.

format PdfFormDataFormat

A PdfFormDataFormat enumeration value that represents one of the supported formats for form data values.

See Also