Write this FormData to the given stream.

Namespace: TallComponents.PDF.Forms.Data
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public void Write(
	Stream stream
)
Visual Basic
Public Sub Write ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The stream to write to.

See Also