Write this embedded file to a stream, eg a FileStream or MemoryStream.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.54.0

Syntax

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

Parameters

stream
Type: System.IO..::..Stream
Write the embedded file to this stream.

See Also