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

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.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