XfaForm.Save Method (Stream)

Saves the entire XFA form to the specified stream.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void Save(
	Stream stream
)
VB
Public Sub Save ( 
	stream As Stream
)

Parameters

stream
Type: System.IO.Stream
The stream to save the XFA form to.

Remarks

To change the XFA form, use CreateXfaForm() methods and Xfa property.

See Also