Skip to main content
A newer version of this page is available. .

PdfFormData.Save(Stream, PdfFormDataFormat) Method

Saves the interactive form data to a stream using form data format.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public void Save(
    Stream stream,
    PdfFormDataFormat format
)

Parameters

Name Type Description
stream Stream

A Stream class descendant, specifying the stream into which the interactive form should be saved.

format PdfFormDataFormat

A PdfFormDataFormat enumeration value, specifying into which format interactive form values should be saved.

See Also