Create a XdpFormData object, based on existing data.

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

Syntax

C#
public XdpFormData(
	Stream stream
)
Visual Basic
Public Sub New ( _
	stream As Stream _
)

Parameters

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

Remarks

The caller is responsible for closing the stream. The stream can be closed after this constructor returns.

See Also