Method ConvertToTiff
Namespace TallComponents.PDF.Rasterizer
Class Page
Convert this PDF page to an image.
Syntax
public
Void
ConvertToTiff(
Stream
stream
,
ConvertToTiffOptions
options
,
RenderSettings
renderSettings
)
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.