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 stream in the specified form data format.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v21.1.dll

Declaration

public void Export(
    Stream stream,
    PdfFormDataFormat format
)

Parameters

Name Type Description
stream Stream

A stream to which interactive the form data should be exported.

format PdfFormDataFormat

A PdfFormDataFormat enumeration value that indicates the form data format.

See Also