Convert this document to a multi-page TIFF.

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

Syntax

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

Parameters

stream
Type: System.IO..::..Stream
Save TIFF to this stream.
options
Type: TallComponents.PDF.Rasterizer..::..ConvertToTiffOptions
Options that control the format of the TIFF.
renderSettings
Type: TallComponents.PDF.Rasterizer.Configuration..::..RenderSettings
Settings that control the render process.
summary
Type: TallComponents.PDF.Rasterizer.Diagnostics..::..Summary
The summary to which diagnostics are written. This may be null

See Also