Write this update of the document to a stream, eg a FileStream or MemoryStream.

Namespace: TallComponents.PDF
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
Write the document to this stream.

See Also