Method ConvertToTiff

Namespace TallComponents.PDF.Rasterizer
Class Page

Convert a rectangle of this PDF page to an image.

Syntax

public  Void  ConvertToTiff( Stream  stream ConvertToTiffOptions  options RenderSettings  renderSettings Rectangle  pageRectangle Summary  summary )

Returns

Void

Parameters


Stream stream
Save the image to this stream. The caller is responsible for closing and disposing the stream.

ConvertToTiffOptions options
Options that control the format of the output image.

RenderSettings renderSettings
Settings that control the render process.

Rectangle pageRectangle
The rectangle on the page that will be converted. The origin is at the bottom left of the page, and units are in points (1/72 inch).

Summary summary
The summary to which diagnostic information is written. This can be null.