Convert this PDF page to an image.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public void ConvertToTiff(
	Stream stream,
	ConvertToTiffOptions options
)
Visual Basic
Public Sub ConvertToTiff ( _
	stream As Stream, _
	options As ConvertToTiffOptions _
)

Parameters

stream
Type: System.IO..::..Stream
Save the image to this stream. The caller is responsible for closing and disposing the stream.
options
Type: TallComponents.PDF.Rasterizer..::..ConvertToTiffOptions
Options that control the format of the output image.

See Also