PdfFormData.Save(Stream, PdfFormDataFormat) Method
In This Article
Saves the interactive form data to a stream in the specified form data format.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public void Save(
Stream stream,
PdfFormDataFormat format
)
#Parameters
Name | Type | Description |
---|---|---|
stream | Stream | The stream to which the interactive form should be saved. |
format | Pdf |
An enumeration value that indicates the interactive form data format. |
See Also